howto/vimtricks

16 lines
477 B
Plaintext
Raw Normal View History

2019-01-25 21:17:57 +00:00
CMD LINE
vim -o/O *.cpp Open all files in H/V splits
NORMAL MODE
I Start inserting at the beginning of the line
<C-W>[HJKL] Move split to extreme left, bottom, top, right
2019-10-03 16:31:59 +00:00
VISUAL MODE
<C-V>g<C-A/X> Convert column of identical number to inc/decrementing list
2019-01-25 21:17:57 +00:00
COMMAND
:botright split / :bo sp Full width sp across multiple vs
:topleft vsplit / :to vs Full height vs across multiple sp
#TODO: bring tricks from vimrc