Top "Vi" questions

vi is a family of text mode-oriented text editors.

Close all viewports (split screens) in Vim at once

When I use Vim I tend to split my screen in various ways, but when I want to close the …

vim vi
How can I open another vertical window (:vsp) on the left in vim?

vim's :vsp command opens a window on right. Is there a way to open it on the left side of …

vim vi editing
Changing the Leader in MacVim?

I'm trying to change <Leader> in MacVim to be something less carpal-tunnel inducing. I have added this line …

vim vi macvim
How to make emmet.vim plugin work?

I am really getting headache from this - I am beginning to use vim for my daily programming tasks, so …

vim plugins vi pathogen
Vi on freeBSD : stuck into "ex input mode"

I'm stuck in a file. I used vi to edit this file, and I tried to quit, but I got …

vim vi freebsd
Change depth of indentation in vi

What's the easiest way to increase or decrease indentation for a large block of code in vi?

vi editing