1
vote
1answer
34 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 …
2
votes
6answers
140 views
Vim: Traversing text in Insert mode
While in Insert Mode in Vim, is there any way to traverse the text (like moving some characters forward and backward) other than using the arrow keys ?
This is because obviously i …
6
votes
4answers
146 views
IDEs that can embed gVim as editor
Are there any IDEs that can embed gvim as its editor? I found PIDA for linux, I'm wondering if there are any windows equivalent for this. I'm not looking for Vi emulation, I am loo …
2
votes
1answer
72 views
Highlight under-cursor code block ?
I'm looking for a way to highlight the code block currently under the cursor while in normal mode.
This would work kinda like the set showmatch config options does, but the detec …
2
votes
2answers
91 views
Autoupdate VIM Plugins?
Is it possible to update vim plugins automatically?
3
votes
4answers
393 views
Get ctags in vim to go to definition, not declaration
I'm having the problem that ctags takes me to a forward declaration allot of times instead of to the actual definition of the function.
Any way to get around that?
2
votes
3answers
68 views
Collapse comments and all functions in vim/gvim
I'm a novice user to vim and I haven't been able to find in the internet how to collapse functions and I've figured out how to collapse the argument list in C with zfa} and zfa). …
2
votes
1answer
45 views
Autowrite VIM buffers after <alt-tab>
How can I configure vim to autowrite buffers after switching with alt-tab to another application?
0
votes
0answers
120 views
Error while initializing GVim [closed]
Hello there, I'm using gVim on the Ubuntu 9.10 and using a plugin to improve it. Since the installation of the plugin.. I can't open gVim trough clicks on its icon. So I go to the …
0
votes
1answer
33 views
Has anyone gotten UltiSnips on Vim to work with Rails and/or Rspec snippets from textmate?
Hi there,
I was able to convert the TextMate Snippets from the TextMate SVN using the provided tool "get_tm_snippets.py", but after that, I'm not sure how to add them to the contex …
0
votes
0answers
36 views
Printing source-level scope variables at vim debugger prompt
Hi,
I am using vim debugger for debugging vim scripts [BreakPts].
:BreakPts //will create a new window and populates it with the list of vim functions available/loaded.
We can c …
1
vote
3answers
26 views
GVim taking forever to load when connected to office network
When I load GVim from the Cygwin command line or when I'm not connected to the office network (mapped to U:/) it loads instantaneously. It takes a good minute or so to open when I' …
2
votes
1answer
44 views
valid string in vim?
Hi,
Handy shortcut "*" - which reads the "string" under the cursor and goes to the next place it appears.
can some one clarify what comprises a valid "string" in vim.
I am facin …
5
votes
4answers
135 views
Profiling vim startup time
I've got alot of plugins enabled when using vim which I've collected over the years. I'm a bit fed up with how long vim takes to start now so I'd like to profile it's startup and …
2
votes
2answers
42 views
Mouse input in gvim
Can standard mouse input be customized in vim (in my case gvim)? Plugins are acceptable options too.
I'm specifically interested in "overriding" a double-click on a word, so that …
