vi is a family of text mode-oriented text editors.
How do I prevent vim from replacing spaces with tabs when autoindent is on? An example: if I have two …
vim viI've been working on expanding my vim-foo lately and I've run across a couple of plugins (autotag.vim for example) …
plugins vi vimI often write something in gVim, then need to copy-paste it into another application. Is there an easy way to …
vim clipboard viHow do you display the filename of the file you are working on in vim?
vim viOften while editing config files, I'll open one with vi and then when I go to save it realize that …
linux unix viHow do I delete a block of text from the current cursor row to a given line number in vi? …
vi editingI use the shortcut w to move the cursor one word right. Is there a shortcut to move a word …
vim viProgramming in vim I often go search for something, yank it, then go back to where I was, insert it, …
vim viI don't understand buffers. When I open 3 files on the same tab and close my window, I'm generally annoyed to …
vim vi