<- Back
neovim
Navigation
Description | Shortcut |
---|---|
Go to end of file | G |
Go to line | 1 4 G |
Usages
Description | Shortcut |
---|---|
Go to definition | g d |
Go to type declaration | g T |
Go back / forward | CTRL+O / CTRL+I |
Deletion
Description | Shortcut |
---|---|
Delete current word under cursor | d w |
Delete until end of line | D |
Delete until line 14 | d 1 4 G |
Types
Description | Shortcut |
---|---|
Show type for variable/function under cursor | K |