Vim is a free and open-source modal text editor available for most major platforms. It allows high efficiency in many text editing tasks but has a steep learning curve. To learn the basics, try ":help vimtutor".
255
votes
15answers
96k 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 ...
234
votes
37answers
35k views
Why should I use an IDE? [closed]
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 ...
140
votes
9answers
45k 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 ...
157
votes
11answers
60k 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 ...
59
votes
5answers
18k views
Recommended Vim plugins for JavaScript coding? [closed]
I'm new to JS & Vim. Which plugins would help me to write Javascript code?
178
votes
5answers
25k views
How to paste text into Vim command line
I'd like to paste yanked text into Vim command line. Is it possible?
174
votes
15answers
16k views
In vim is there a way to delete without putting text in the register? [duplicate]
Possible Duplicate:
Any way to delete in vim without overwriting your last yank?
Using vim I often want to replace a block of code with a block that I just yanked.
But when I delete the ...
359
votes
74answers
37k 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. ...
111
votes
7answers
25k 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 ...
6
votes
2answers
303 views
vim change :x function to delete buffer instead of save & quit
I want to set :x in vim gui-mode to delete buffer because I always kill the whole gvim, which is kind of annoying. I know i can specifically set gui problems with if has("gui running") but don't know ...
179
votes
3answers
20k views
How does the vim “write with sudo” trick work?
Many of you have probably seen the command that allows you to write on a file that needs root permission, even when you forgot to open vim with sudo:
:w !sudo tee %
The thing is that I don't get ...
64
votes
7answers
18k 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 ...
27
votes
8answers
5k views
Vim: how to paste over without overwriting register
Does anyone know of a way that I can paste over a visually selected area without having the selection placed in the default register?
I know I can solve the problem by always pasting from an expicit ...
25
votes
3answers
2k views
Commands executed from vim are not recognizing bash command aliases
I use bash on mac and one of the aliases is like this
alias gitlog='git --no-pager log -n 20 --pretty=format:%h%x09%an%x09%ad%x09%s --date=short --no-merges'
However when I do
:! gitlog
I get
...
273
votes
10answers
51k 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 ...
40
votes
7answers
6k views
Vim: apply settings on files in directory
How do I specify Vim settings for all files under the current directory?
The ideal solution would be if Vim searched for and read a .vimrc in the current directory before searching for ~/.vimrc, and ...
25
votes
7answers
12k views
class & function names highlighting in Vim
I just recently set up my Vim environment from Textmate, after becoming addicted to its modal input.
However, syntax highlighting seems to be not so beautiful in Vim. I code in C++ and since the ...
19
votes
6answers
7k views
Is it possible to display Indentation guides in Vim?
I'm a longtime Vim user (3 or 4 years) who has recently started dealing with some deeply nested code. This code is indented with spaces, not tabs. I would like some clean and non-distracting ...
46
votes
6answers
27k views
Jump to function definition in vim
How can i jump to to a function definition using VIM? For example with Visual Assist i can type ALT+g under a function and it opens a context menu listing the files with definitions.
How can i do ...
18
votes
4answers
6k views
Auto-open NERDTree in “EVERY” tab
Is it possible to open NERDTree in every tab with pressing 't' or 'T' in NERDTree, if yes How?
126
votes
38answers
33k views
52
votes
10answers
18k views
128
votes
11answers
62k 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.
87
votes
8answers
46k 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?
...
41
votes
12answers
18k views
vim: copy selection to OS X clipboard
There must be a really simple solution here that I'm missing:
Say you've got an area selected in vim. How can you copy it into the OS X clipboard?
(Hint: the OS X clipboard can be written to via ...
34
votes
12answers
15k views
Vim auto-generate ctags
Right now I have the following in my .vimrc:
au BufWritePost *.c,*.cpp,*.h !ctags -R
There are a few problems with this:
It's slow -- regenerates tags for files that haven't changed since the ...
8
votes
2answers
2k views
Embedded syntax highligting in Vim
I have a custom XML file format which can contain blocks of code within certain tags.
For example:
<Root>
<Sql> select * from foo </Sql>
<MoreJunk> ... ...
13
votes
1answer
4k views
In vim, how do I highlight TODO: and FIXME:?
In vim, FIXME and TODO are highlighted, but I can't get FIXME: and TODO: (note the colon after the keyword) to highlight? What should I put in my .vimrc to make this happen?
705
votes
15answers
174k 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.
113
votes
60answers
14k 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 ...
175
votes
4answers
34k 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.
53
votes
34answers
7k 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 ...
47
votes
25answers
12k views
vim Tutorials [closed]
I want to start using vim as my text editor for PHP, what do you guys suggest as good tutorials for not only using vim but also in a project sense?
105
votes
15answers
70k views
How do I convert DOS files to Linux files in vim?
If I open files I created in Windows, the lines all end with ^M.
How do I delete them all in once?
50
votes
6answers
16k views
Why does Vim save files with a ~ extension?
I've found that while using Vim on Windows Vim saves the file, a .ext.swp file that's deleted on closing the Vim window and a .ext~ file.
I assume the .ext.swp file is a session backup in case Vim ...
62
votes
11answers
24k views
Installing vim with ruby support (+ruby)
I'm trying to get command-t installed for vim but my current version of vim doesn't have the (+ruby) flag. The command "which ruby" shows that ruby is installed.
What do I need to do in order to ...
30
votes
15answers
8k views
Reaching up to hit the escape key sucks (especially in vim) [closed]
Escape is almost as important as the enter key, used universally for "cancel". In vim, it's arguably more important than the space bar, making its location highly suboptimal.
What key remappings -- ...
21
votes
1answer
2k views
Is there any way to get vim to auto wrap python strings at 79 chars?
I found this answer about wrapping strings using parens extremely useful, but is there a way in Vim to make this happen automatically? I want to be within a string, typing away, and have Vim just put ...
27
votes
7answers
4k views
Running :make from gVim in Background
I use gVim in windows to edit my code (mostly C++). I use :make in gVim to compile the project, but this is a blocking operation, that prevents me from using gVim until the compilation is complete. ...
22
votes
6answers
20k views
Correct indentation of HTML and PHP using Vim
I've been using Vim for a while, and I can't get proper HTML indentation working in PHP files.
For example, what I want is for each child to be indented one tab more than it's parent, as shown below.
...
32
votes
6answers
4k views
Is there a C++11 syntax file for vim?
In particular, the display of initialization lists is really bad:
vector<int> v({1,2,3});
will highlight the curly braces in red (denoting an error).
13
votes
4answers
3k views
How to do search & replace with ack in vim?
I am using the Ack plugin in Vim, which helps me to quickly search for strings in my project. However, sometimes I want to replace all or some occurrences of the found strings. You can do some kind of ...
29
votes
14answers
14k views
Pathogen does not load plugins
Pathogen does not work for me. I am following Adam Lowe's hints posted here (and few more) without any success...
My vimrc:
filetype off
call pathogen#runtime_append_all_bundles()
filetype plugin ...
14
votes
10answers
5k views
Any good tutorial for moving from eclipse to vim? [closed]
At present I am using eclipse for JAVA project. I always wanted to use VIM for my project. Is there any good resource or tutorial that can help me?
13
votes
8answers
14k views
Can I substitute multiple items in a single regular expression in VIM or Perl?
Let's say I have string "The quick brown fox jumps over the lazy dog" can I change this to "The slow brown fox jumps over the energetic dog" with one regular expression? Currently, I use two sets of ...
12
votes
8answers
5k views
Tabbing selected section in VIM
In many GUIs when I select a section of text and then hit the Tab or Shift+Tab button the selected section will indent in or out.
In VIM I can select a visual section and then hit the < or > key ...
29
votes
9answers
13k views
VIM Disable Automatic Newline At End Of File
So I work in a PHP shop, and we all use different editors, and we all have to work on windows. I use vim, and everyone in the shop keeps complaining that whenever I edit a file there is a newline at ...
5
votes
2answers
393 views
using the -W option of vim
the -w and -W options of vim have theoretically the following effect:
-w {scriptout} All the characters that you type are recorded in the file
"scriptout", until you exit Vim.
This ...
7
votes
4answers
1k views
Inserting indentation for columns in Vim
Using Vim I'm really a fan of the visual mode that allows you to insert text before a column.
Insert some spacing after the arrows,
> one
> two
> three
can be done via <Ctrl-V>jjI ...
6
votes
1answer
604 views
Vim “annoyance” with keyboard layouts
Here's the thing. I have two keyboard layouts, HR (Croatian, my native language) and EN (English). Well, actually I have some more but they're not important at the moment.
When working with Vim I ...