Vim is an open-source text editor with a steep learning curve that leads to high efficiency in many tasks related to text editing. If you wish to start with Vim, try to run “vimtutor”, which will teach you basic commands.
565
votes
41answers
174k views
What is your most productive shortcut with Vim?
I've heard a lot about Vim, both pros and cons.
It really seems you should be (as a developer) faster with Vim than with any other editor.
I'm using Vim to do some basic stuff and I'm at best 10 times ...
300
votes
11answers
77k views
How do I indent multiple lines quickly in vi?
Should be trivial, and it might even be in the help, but I can't figure out how to navigate it.
Thanks in advance.
262
votes
74answers
27k views
What are the dark corners of Vim your mom never told you about? [closed]
There is a plethora of questions where people talk about common tricks, notably "Vim+ctags tips and tricks".
However, I don't refer to commonly used shortcuts that someone new to Vim would find cool. ...
261
votes
142answers
32k views
What are your favorite Vim tricks? [closed]
Post your favorite Vim tricks (or plug-ins or scripts). One trick per answer.
Try to come up with something other than the basics, btw. :D
157
votes
72answers
60k views
What is in your .vimrc? [closed]
Vi and Vim allow for really awesome customization, typically stored inside a .vimrc file. Typical features for a programmer would be syntax highlighting, smart indenting and so on.
What other tricks ...
153
votes
37answers
20k views
Why should I use an IDE?
In another question, Mark speaks highly of IDEs, saying "some people still just dont know "why" they should use one...". As someone who uses vim for programming, and works in an environment where ...
132
votes
15answers
50k views
Vim and Ctags tips and tricks [closed]
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 ...
130
votes
7answers
62k views
How to replace a character for a newline in Vim?
I'm trying
:%s/,/\n/g
but it inserts what looks like a ^@ instead of an actual newline. The file is not in DOS mode or anything.
What should I do?
EDIT: If you are curious, like me, check the ...
107
votes
4answers
13k views
What is the <leader> in a .vimrc file?
I see <leader> in many .vimrc files, and I am wondering what the meaning of it is? What is it used for? Just a general overview of the purpose and usage.
Thanks!
98
votes
15answers
9k views
In vim is there a way to delete without putting text in the register?
Using vim I often want to replace a block of code with a block that I just yanked.
But when I delete the block of code that is to be replaced, that block itself goes into the register which erases the ...
97
votes
7answers
16k views
vim clear last search highlighting
After you do a search in vim you get all the occurrences highlighted, how can you disable that? I now do another search for something gibberish that can't be found.
Is there a way to just ...
95
votes
34answers
15k views
Is learning VIM worth the effort? [closed]
As a programmer I spend a lot of hours at the keyboard and I've been doing it for the last 12 years more or less. If there's something I've never gotten used to during all this time is these annoying ...
94
votes
4answers
50k views
Tab key == 4 spaces and auto-indent after curly braces in VIM
How do I make Vi-Vim never use tabs (converting spaces to tabs, bad!), makes the tab key == 4 spaces, and automatically indent code after curly brace blocks like emacs does?
Also, how do I save these ...
90
votes
39answers
18k views
85
votes
60answers
9k views
What is the best way to force yourself to master vi? [closed]
A good while ago, I read an article by the creator of viemu, clearing up a lot of the misconceptions about vi, as well as explaining why it's a good idea (and why it's been very popular for the last ...
80
votes
2answers
7k views
75
votes
10answers
14k views
How to use vim registers?
I only know of one instance using registers is via Ctrl-R * whereby I paste text from a clipboard.
What are other uses of registers? How to use them?
Everything you know about VI registers (let's ...
72
votes
28answers
6k views
Making Vim ubiquitous? [closed]
The Pragmatic Programmer recommends that you should use one
text editor for everything. My chosen
weapon editor is Vim.
So I want to collect all the ways in which Vim (and the Vim
keybindings) can be ...
71
votes
6answers
19k views
Close file without quitting VIM application?
I am new to VIM. I use the :e and :w commands to edit and to write a file which are very convenient. I am not sure if there is "close" command to close the current file without leaving VIM?
I know ...
70
votes
3answers
2k views
Can vim highlight matching HTML tags like Notepad++?
VIM has support for matching pairs of curly brackets, parentheses, and square brackets. This is great for editing C-style languages like PHP and Javascript. But what about matching HTML tags?
...
69
votes
4answers
16k views
To switch from vertical split to horizontal split fast in Vim
How can you switch your current windows from horizontal split to vertical split and vice versa in Vim?
I did that a moment ago by accident but I cannot find the key again.
67
votes
12answers
32k views
How to effectively work with multiple files in Vim?
I've started using Vim to develop Perl scripts and am starting to find it very powerful.
One thing I like is to be able to open multiple files at once with e.g. vi main.pl maintenance.pl and then ...
66
votes
8answers
18k views
Using vim's tabs like buffers
I have looked at the ability to use tabs in vim (with :tabe, :tabnew, etc.) as a replacement for my current practice of having many files open in the same window in hidden buffers.
I would like every ...
66
votes
10answers
21k views
Duplicate a whole line in Vim
How do I duplicate a whole line in Vim in a similiar way to CTRL+D in IntelliJ IDEA/Resharper or Ctrl Alt Arrow in Eclipse?
63
votes
9answers
16k views
How do I fix the indentation of an entire file in Vi?
In Vim, what is the command to correct the indentation of all the lines?
Often times I'll copy and paste code into a remote terminal and have the whole thing messed up. I want to fix this in one ...
62
votes
10answers
27k views
Vim 80 column layout concerns
I feel like the way I do 80-column indication in Vim is incorrect: set columns=80. At times I also set textwidth but I like to be able to see and anticipate line overflow with the set columns ...
60
votes
9answers
19k views
Make Vim show ALL white spaces as a character
I can't find a way to make Vim show all white spaces as a character.
All I found was about tabs, trailing spaces etc.
59
votes
41answers
5k views
Simple VIM commands you wish you'd known earlier
I'm learning new commands in VIM all the time, but I'm sure everyone learns something new once in a while. I just recently learned about this:
zz, zt, zb - position cursor at middle, top, or bottom ...
52
votes
6answers
10k views
Autocompletion in Vim
In a nutshell, I'm searching for a working autocompletion feature for the Vim editor. I've argued before that Vim completely replaces an IDE under Linux and while that's certainly true, it lacks one ...
51
votes
2answers
9k views
vim and NERD Tree extension - adding a file
Is there an easy way to add a file in nerd tree? Currently I go into my shell, add the file and then refresh the tree.
51
votes
5answers
13k views
50
votes
5answers
18k views
How to run mvim (MacVim) from Terminal?
I have MacVim installed and I am trying to set it up as the editor for Git (version control), but I can't run 'mvim' from the command line as it isn't recognised. How do I setup mvim so I can run it ...
49
votes
5answers
6k views
How to do case insensitive search in Vim
I'd like to search for an upper case word, for example COPYRIGHT in a file. I tried performing a search like:
/copyright/i
but it doesn't work. I know that in Perl, if I give the i flag into a ...
48
votes
26answers
7k views
Is it worth investing time in learning to use Emacs?
Right up front: I do not want to start a religious war.
I've used vi for as long as I can remember, and the few times I've tried to pick up Emacs I've been so lost that I've quickly given up. Lots of ...
46
votes
15answers
4k views
What specific productivity gains do Vim/Emacs provide over GUI text editors?
This isn't meant as a troll or flamebait or anything like that. I've been using Vim as my console-editor of choice for a couple months now (for editing configuration files while in my terminal), but ...
46
votes
33answers
5k views
Useful Vim features
Vim is my editor of choice, and I feel I am above average in my use of it. I do recognize, though, that the feature list of vim is huge. With this in mind, I was wondering what features you vim ...
45
votes
10answers
25k views
How do I insert text at beginning of a multi-line selection in VI/VIM?
In vim, how would I go about inserting characters at the beginning of each line in a selection? For instance, let's say I want to comment out a block of code by prepending '//' at the beginning of ...
40
votes
5answers
5k views
How is VIM's undo tree used?
This answer says:
Vim's undo/redo system is unbeatable. Type something, undo, type something else, and you can still get back the first thing you typed because Vim uses an undo tree rather than a ...
40
votes
3answers
13k views
cscope or ctags why choose one over the other?
I primarily use vim / gvim as an editor and am looking at using a combination of lxr ( the Linux Cross Reference ) and either cscope or ctags for exploring the kernel source. However I haven't ever ...
40
votes
6answers
23k views
Tips for using vim as a Java IDE?
I'm addicted to vim, it's now my de facto way of editing text files.
Being that it's mainly a text editor and not an IDE, has anyone got tricks for me to make it easier when developing java apps.
...
40
votes
13answers
25k views
How to move to end of line in vim
I am somewhat clumsy in my vi knowledge. I know how to generally move around in command mode, specifically, jumping to lines, etc. But what is the command to jump to the end of the line that I am ...
40
votes
2answers
6k views
How do I list loaded plugins in Vim?
Does anybody know of a way to list up the "loaded plugins" in Vim?
I know I should be keeping track of this kind of stuff myself but
it would always be nice to be able to check the current status.
...
39
votes
7answers
7k views
Renaming the current file in Vim
How should I go about renaming my current file in vim.
For example:
I am editing person.html_erb_spec.rb
I would like it renamed to person.haml_spec.rb
I would like to continue editing ...
39
votes
6answers
7k views
How can you automatically remove trailing whitespace in vim
I am getting 'trailing whitespace' errors trying to commit some files in git.
I want to remove these trailing whitespace characters automatically right before I save python files.
Can you configure ...
39
votes
6answers
6k views
In vim, how do I go back to where I was before a search?
Programming in vim I often go search for something, yank it, then go back to where I was, insert it, modify it.
The problem is that after I search and find, I need to MANUALLY find my way back to ...
38
votes
12answers
2k views
What are your suggestions for an ideal Vim configuration for Perl development?
There are a lot of threads pertaining to how to configure Vim/GVim for Perl development on PerlMonks.org. My purpose in posting this question is to try to create, as much as possible, an ideal ...
38
votes
4answers
6k views
How do I make vim do normal (bash like) tab completion for file names?
When I'm opening a new file in vim and I use tab completion, it completes the whole file name instead of doing the partial match like bash does. Is there an option to make this file name tab ...
38
votes
5answers
8k views
VIM + JSLint?
I spend my days in vim, currently writing a lot of JavaScript. I've been trying to find a way to integrate JSLint or something similar into vim to improve my coding. Has anyone managed to do something ...
37
votes
3answers
8k views
How do I make git use the editor of my choice for commits?
For example, I would prefer to write my commit messages in vim, but it is opening emacs.
How do I configure git to always use vim instead? Note that I want to do this globally, not just for a single ...
37
votes
9answers
11k views