Tagged Questions

2
votes
6answers
68 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 poss …
0
votes
2answers
23 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: {}|()-[]+*.^$? See …
2
votes
6answers
106 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.
1
vote
0answers
114 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
4
votes
13answers
322 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.
101
votes
53answers
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 talk …
1
vote
5answers
56 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 thos …
1
vote
3answers
73 views

Moving a block of code by a tabspace

I am currently visually selecting the code and typing ">" which moves the code by 2 tabs. But I only want to move it by one tab. Is there any alternate command in VIM to move the …
1
vote
4answers
93 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 …
2
votes
2answers
73 views

Using vi how to obtain a number of time a word or pattern occur in the file

How do calculate the number from inside the vim?
2
votes
4answers
73 views

how to change file permission from within VI

I sometimes open a read-only file in vi, forgetting to do chmod +w before opening it. Is there way to change the file from within the vi? something like that !r chmod +w filenam …
2
votes
1answer
34 views

how can i search for 3 strings at a time in vi editor

Hi, i was wondering how could we do it.i.e., search for 3 strings at a time in vi like i do :/xyz in command mode. how could i add 2 more strings so that the cursor will stop at a …
1
vote
4answers
129 views

Best tool in unix for viewing large files

I am a novice in unix. i am facing a problem in viewing big log files in unix using Vi tool. could you please suggest the best tool for fast viewing of big files on unix. Request y …
45
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 po …
27
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 Fre …

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