Skip to content
Dimitri Sabadie edited this page Jul 7, 2022 · 5 revisions
                                          __
                                         / /_  ____  ____
                                        / __ \/ __ \/ __ \
                                       / / / / /_/ / /_/ /
                                      /_/ /_/\____/ .___/
                                                 /_/
                                  · Neovim motions on speed! ·

Welcome to the hop.nvim wiki!

You can use this wiki as a user to learn about Hop’s features, how to use them and how to configure Hop. The main README provides a very quick presentation of Hop; this wiki tries to be as exhaustive as possible.

Note: it is also recommended to have a look at the embedded documentation once you have installed Hop. Use :h hop to start digging in!

It is recommended to read the articles in the following order, but not mandatory.

  1. Get started: first thing first, install the plugin!
  2. Learn the Hop commands: list all the Hop Neovim commands. Those commands provide a quick access to the most useful features of Hop. You should find what you are looking for there.
  3. Configure Hop: learn how to configure Hop and its setup Lua function.
  4. Craft new Hop commands: build new Hop motions by calling the various Lua API functions and become the target jump master!
  5. Extend Hop with extensions: learn how to write Hop extension plugins.