Vim: How to insert in visual block mode?
How can you insert when you are in visual block mode (by pressing ctrl-V) in Vim? 4 Answers 4
How can you insert when you are in visual block mode (by pressing ctrl-V) in Vim? 4 Answers 4
I am using gVim 7.2 on Windows 7. I can set the gui font as Consolas 10 (font size) from the menu. I … Read more
In my Vimscript program, I need to open an additional Vim buffer that is not immediately associated with a file, but which the … Read more
Say I have a super long line in the VIM editor (say around 300+ characters). How would I break that up into multiple … Read more
If you are editing a file in VIM and then you need to open an existing buffer (e.g. from your buffer list: :buffers) … Read more
Does anyone know how to properly save/reuse macros recorded inside of a vim editor? 6 Answers 6
I would like to *.pyc files not to be shown in NERDTree vim plugin. How to achieve that? 2 Answers 2
Often when developing I am confronted with a nested object that I’d like to delete from code in the middle of a line … Read more
How can I jump to the next character X in vim? I frequently use, e.g., dt: or ct: to delete/change everything up until … Read more
I am using Vim for windows installed in Unix mode. Thanks to this site I now use the gf command to go to … Read more