This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 138
Home
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.
- Get started: first thing first, install the plugin!
- 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.
-
Configure Hop: learn how to configure Hop and its
setup
Lua function. - Craft new Hop commands: build new Hop motions by calling the various Lua API functions and become the target jump master!
- Extend Hop with extensions: learn how to write Hop extension plugins.