SEARCH RESULTS FOR: #VIM
Useful vim commands (edit)
Motions
h j k l 0 $ ^ % basic motions. If multilines, use gk gj g$ g0
12G % go to line 12 or
:12 % go to line 12 (easier...
Vim plugins (edit)
This post gathers the different vim plugins I wrote. They can be found on github.
vim-matlab-behave: Reproduce matlab editor behav...