Local Dev with NeoVim

VIM Basics

Movement

1↑ - k
2← - h
3→ - l
4↓ - j

Words

1w - next word
2b - previous word
3e - end of next word

Exit

1:q - quit 
2:qw - save & quit
3:w - save
4:q! - quit without saving

Neovim Basics

Fuzzy Finder (Telescope)

1:Telescope  - to launch
2<c-/>       - insert mode while in Telescope
3?           - normal mode while in Telescope
4<c-c>       - close telescope 

Keymaps for Telescope

1space-sh  - search help
2space-sk  - search keymaps
comments powered by Disqus