Skip to content

Instantly share code, notes, and snippets.

@viruskizz
Last active January 14, 2022 06:15
Show Gist options
  • Save viruskizz/8553e31e5fab9decf4f03321032a12d3 to your computer and use it in GitHub Desktop.
Save viruskizz/8553e31e5fab9decf4f03321032a12d3 to your computer and use it in GitHub Desktop.
42Bangkok-vim-useful-key
[h] Left
[j] Down
[k] UP
[l] Right
[w] Forward
[e] Forward to end word
[b] Backward
[0] start of line
[$] end of line
[gg] Go to Top file
[GG] (shift+g) Topfile
[/<word>] Search word
[:<line>] Jump to line
[i] Insert Mode
[a] Append Insert Mode
[x] Delete single word
[yy] Copy (yack)
[<number>yy] Copy multiple line
[pp] Paste
[dd] Delete Line
[uu] Undo
[ctrl+r] Redo
[:w] write Save
[:q!] Exit without save
[:wq] Save and Exit
[:!<command>] Execute command line in vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment