Tagged Questions

108
votes
54answers
8k views

What are the dark corners of Vim your mom never told you about?

There is a plethora of questions where people talk about common tricks, notably this one. However, I don't refer to commonly used shortcuts that a noob would find cool. I am talking about a seasoned …
8
votes
11answers
231 views

Opening files in the same folder as the current file, in vim

In vim, when I have a buffer open, I often need to load another file in the same directory that file is in, but since I don't usually cd into it, the pwd is a parent folder, so I have to retype the …
4
votes
1answer
57 views

What is the most useable VI/VIM plugin for eclipse?

I used to be a huge fan of Intelli-J and there is a fantastic VI plugin for Idea. Now I'm shifting to the Spring Source Tool Suite for my primary IDE and need to find a VI plugin that will allow me …
1
vote
1answer
43 views

vi editor query

I use vi quite often to edit files. Usually I need the file to appear on screen with line numbers. For this I do set nu in edit mode. What a drag! Can I automate this? Is there any way where vi will …
1
vote
1answer
42 views

In gVim, is there a way to display a macro list similar to displaying your mappings?

I know there is a way to list mappings via :map (or :imap, :cmap etc.), but I can't find a way to list macros I have stored in my vimrc file (as in let @a = 'blahblah'). Is there a way to do this …
4
votes
13answers
422 views

Post your Vim config.

Please share and vote for the best! Please do not close this. This is a subjective question, but is programming related and can be beneficial to people.
2
votes
6answers
88 views

code completion in vi editor

is there an autocomplete feature for vi. ctrl p looks for keywords already used in the document. but suppose i want a.funcname to automatically show members of object a. is it possible with vi.
2
votes
6answers
228 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.
46
votes
58answers
4k views

What is the best way to force yourself to master vi?

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 …
28
votes
39answers
3k views

Will emacs make me a better programmer?

Steve Yegge wrote a comment on his blog: All of the greatest engineers in the world use Emacs. The world-changer types. Not the great gal in the cube next to you. Not Fred, the amazing guy …
1
vote
0answers
133 views

How to make a global ~/.vimrc? [closed]

Right now, I make everyone do ~/.vimrc and put their settings there. How can I make a global, default .vimrc for new users? Edit: I am using CentOS
0
votes
2answers
29 views

vim regexps from the perl’s point of view: which special characters to escape with backslash

Imagine, we have to construct a regexp in vi/vim. Which special characters we have to escape with backslash? By special characters I mean the following chars: {}|()-[]+*.^$? Seems like we have to …
1
vote
4answers
118 views

Highlight text ranges in Vim

Is it possible to mark a range of text in Vim and change the highlight color of it (to red) than select another range of text and change that color (to green) keeping the previous highlight and so on? …
30
votes
20answers
2k views

Making Vim ubiquitous?

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 …
1
vote
5answers
74 views

what’s the syntax for telling VI to read/write a source file with soft-tabs and a specified indentation?

Someplace I saw a snippet of code which told vi to use soft tabs and set the size of a tab. If you put this snippet at the bottom of a source file, then vi would magically use those settings for that …

1 2 3 4 5 9 next
15 30 50 per page