mappings
🗺️ keymaps
To make your workflow much more fluid, we created countless keyboard shortcuts both to use the incredible plugins and to move around neovim in a faster and more efficient way.
shortcut | action |
---|---|
jk on insert mode | open normal mode |
Ctrl+s | save file |
Ctrl+c | copy line |
Ctrl+z | reverse changes |
\ff | find_files |
\fo | recent_files |
\fw | live_grep |
\gt | git_status |
Tab | cycle_buffer_next |
S-Tab | cycle_buffer_prev |
ctrl-q | close_buffer |
/ (Normal) | toggle_comment_line |
/ (Visual) | toggle_comment_block |
\fm | format_code |
A-Up (Insert) | move_line_up |
A-Down (Insert) | move_line_down |
ctrl-Up (Insert) | select_line_up |
ctrl-Down (Insert) | select_line_down |
ctrl-left (Insert) | select_line_left |
ctrl-right (Insert) | select_line_right |
ctrl+t | open toggle terminal |
ctrl+d | open fastvim user reference manual |
ctrl+n | open neotree file explorer |