6
Home
mohsen edited this page 2023-08-11 15:33:20 +00:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

                                          __
                                         / /_  ____  ____
                                        / __ \/ __ \/ __ \
                                       / / / / /_/ / /_/ /
                                      /_/ /_/\____/ .___/
                                                 /_/
                                  · Neovim motions on speed! ·

Welcome to the hop.nvim wiki!

You can use this wiki as a user to learn about Hops 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.