User Tools

Site Tools


vim

This is an old revision of the document!


vim shortcuts

vim modes

  • normal mode - “ESC”
  • insert mode - “i”
  • command mode - “:”

Normal mode

Directions: H,J,K,L in normal mode

H - left

J - down

K - up

L - right

keyboard

w - jump to next word

W - jump to next string

b - jump to previous word

B - jump to previous string

0 - move to first position in line

$ - move to end of the line

z + enter - move to the top

vim.1706135519.txt.gz · Last modified: 2024/01/24 22:31 by karcio