
Neovim - hyperextensible Vim-based text editor
Leader
Binding | Description |
---|---|
, | Leader |
Telescope bindings
Binding | Description |
---|---|
Leader - ff | Telescope find files |
Leader - fg | Telescope live grep |
Leader - fb | Telescope buffers |
Leader - fh | Telescope help tags |
Leader - ft | Telescope tags |
Leader - fr | Telescope resume |
Flash navigation bindings
Binding | Description |
---|---|
s | Standalone jump, type characters before typing a jump label |
S | Treesitter, use jump label or ; and , to increase/decrease selection |
r | Remote (used in operator pending mode, such as yr for yanking) |
R | Treesitter search, use like yR and start typing a pattern |
f, t, F, T | After typing these, you can repeat the motion with f and t or go to previous with F or T |
Ctrl - s | Toggle flash search |
Illuminate bindings
Binding | Description |
---|---|
Alt - n | Next match under cursor |
Alt - p | Previous match under cursor |
BufferLine bindings
Binding | Description |
---|---|
Leader - bc | BufferLine pick |
Leader - bn | BufferLine next |
Leader - bp | BufferLine prev |