ob-vaults/Phoenix/Note books/terminal/Vim/vim keybinding learn list.md
2024-09-12 17:54:01 +03:30

412 B

vim keybinding learn list

w = for next word b = for last word

o = add line down (inset mode) shift + o = add line up (inset mode)

shift + p = paste one line up

shift + i = go to beginning of line (inset mode)
shift + a = go to end of line (inset mode)

n (after search) next item | shift + n (after search) last item

" * " for search word mouse is on (next) " # " for search word mouse is on (next)