17 lines
412 B
Markdown
17 lines
412 B
Markdown
# 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)
|