Question: I have just installed Ctags (to help with C++ development) with my Vim (or rather gVim), and would like to find out your favorite commands, macros, shortcuts, tips that go along with it… Share your best arsenal. What other ...
Question: I started studying VIM around 3 days ago. And now I’m stuck creating macros. On the beginning of learning VIM I created mapping: jk -> ESC for convenience (inoremap jk <ESC>). Now my macros works correctly only if I ...