Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 929 Bytes

File metadata and controls

36 lines (32 loc) · 929 Bytes

nvim

Keybinds

LSP (normal mode)

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

Autocompletion (insert mode)

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

General

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