12
votes
8answers
1k views
Is there any way to enable code completion for Perl in vim?
Surprisingly as you get good at vim, you can code even faster than standard IDEs such as Eclipse. But one thing I really miss is code completion, especially for long variable names and functions.
Is …
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 …
1
vote
1answer
40 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 …
4
votes
1answer
55 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
41 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 …
0
votes
8answers
200 views
Python IDE on Linux Console
This may sound strange, but I need a better way to build python scripts than opening a file with nano/vi, change something, quit the editor, and type in python script.py, over and over again.
I need …
8
votes
11answers
229 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 …
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
2
votes
6answers
87 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.
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 …
2
votes
6answers
220 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.
5
votes
6answers
912 views
Best way to insert timestamp in Vim?
EditPad Lite has a nice feature (CTRL-E, CTRL-I) which inserts a time stamp e.g. "2008-09-11 10:34:53" into your code.
What is the best way to get this functionality in Vim?
(I am using Vim 6.1 on a …
6
votes
12answers
427 views
Tips for using vim over a slow connection?
I'm using vim over a slow connection and it is a little painful. Is there anything I can do in vim to alleviate the pain?
1
vote
5answers
73 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 …
4
votes
13answers
420 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.
