ob-vaults/Phoenix/Programing/Vim/vim keybinding learn list.md
2022-09-19 12:31:29 +04: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)