This document outlines all keybindings and their functionalities in this Neovim configuration.
Keybinding | Mode | Description |
---|---|---|
K |
Normal | Hover documentation |
gd |
Normal | Go to definition |
gD |
Normal | Go to declaration |
gi |
Normal | Go to implementation |
gr |
Normal | Show references |
gs |
Normal | Show signature help |
<leader>rn |
Normal | Rename symbol |
<leader>ca |
Normal | Code actions |
<leader>f |
Normal | Format file |
[d |
Normal | Previous diagnostic |
]d |
Normal | Next diagnostic |
Keybinding | Mode | Description |
---|---|---|
<C-Space> |
Insert | Trigger autocompletion |
<CR> |
Insert | Confirm selection |
<C-f> |
Insert | Jump forward in snippet |
<C-b> |
Insert | Jump backward in snippet |
Keybinding | Mode | Description |
---|---|---|
<leader>e |
Normal | Find files |
<leader>gf |
Normal | Git files |
<leader>f |
Normal | Live grep |
<leader>b |
Normal | Buffers |
<leader>? |
Normal | Help tags |
<leader>m |
Normal | Man pages |
<F1> |
Normal | Colorscheme picker |
<leader>r |
Normal | Registers |
<leader>k |
Normal | Keymaps |
<leader>t |
Normal | Treesitter |
Keybinding | Mode | Description |
---|---|---|
<F3> |
Normal | Toggle file explorer |
<F2> |
Normal | Find current file in tree |
Keybinding | Mode | Description |
---|---|---|
<leader>gg |
Normal | Open LazyGit |
Keybinding | Mode | Description |
---|---|---|
<leader>z |
Normal | Previous buffer |
<leader>q |
Normal | Previous buffer |
<leader>x |
Normal | Next buffer |
<leader>w |
Normal | Next buffer |
<leader>c |
Normal | Close buffer |
Keybinding | Mode | Description |
---|---|---|
<leader>h |
Normal | Split horizontal |
<leader>v |
Normal | Split vertical |
<C-h> |
Normal | Move to left window |
<C-j> |
Normal | Move to bottom window |
<C-k> |
Normal | Move to top window |
<C-l> |
Normal | Move to right window |
Keybinding | Mode | Description |
---|---|---|
<leader>sh |
Normal | Open terminal |
Keybinding | Mode | Description |
---|---|---|
YY |
Normal | Copy to clipboard |
<leader>p |
Normal | Paste from clipboard |
XX |
Normal | Cut to clipboard |
Keybinding | Mode | Description |
---|---|---|
J |
Visual | Move block down |
K |
Visual | Move block up |
< |
Visual | Indent left (keeps selection) |
> |
Visual | Indent right (keeps selection) |
Keybinding | Mode | Description |
---|---|---|
n |
Normal | Next search result (centered) |
N |
Normal | Previous search result (centered) |
<leader><space> |
Normal | Clear search highlighting |
Keybinding | Mode | Description |
---|---|---|
<leader>ai |
Normal | Start aider REPL |
<leader>aa |
Normal | Add all open files to aider |
- The leader key in this configuration is set to
,
- Some commands may require specific plugins to be installed
- Visual mode keybindings can be used after selecting text (v)