Vim Tips
Vim Tips
August 22, 2023
Navigation
gg
: go to start of the fileG
: go to end of the file10G
: to go to line 10 (you can alsovim file.py +11
)10j
: to go 10 lines downctrl b/f
: to scroll entire screen (ord
half screen)ctrl i/o
: to jump through last visited placesb/w
: to jump over words
Built-in Auotcomplete
ctrl + n
: this will show potential answer to complete with.