| Key | Action |
|---|---|
gd |
Go to definition |
K |
Hover documentation |
gi |
Go to implementation |
gr |
Go to references |
<C-k> |
Signature help |
<leader>rn |
Rename symbol |
<leader>ca |
Code action |
<leader>d |
Open diagnostic float |
[d |
Previous diagnostic |
]d |
Next diagnostic |
| Key | Action |
|---|---|
<Tab> |
Next item / expand snippet |
<S-Tab> |
Previous item / jump snippet |
<CR> |
Confirm selection |
<C-Space> |
Force complete |
<C-b> / <C-f> |
Scroll docs |
<C-e> |
Abort |
| Key | Mode | Action |
|---|---|---|
<leader>f |
n, v | Telescope find files |
gG |
n, v | Go to end of line |
gg |
n, v | Go to start of line (non-blank) |
c |
v | Yank to system clipboard |
<Esc> |
t | Exit terminal mode |