Does anybody know if vim has the ability to store a history of my cscope searches?It would be nice if I could jump back to my previous searches or to the files...
Like most of us I open plenty of files at the same time with vim. The problem is that whenever I go from file 1 to file 2 and then back to file 1, Vim doesn't...
Dumb question: In linewise visual mode -- or even indeed in visual mode generally -- is it possible for me to somehow select non-following lines or characters,...
Hello everyone, some days ago I was wondering on the best way to search for full *NIX path (something like /path/to/file) in a file. The easier solution, a...
Hi I'm trying to improve integration between vim and tmux, as those tools are my most important work tools and I'm always looking to enchance my workflow...
I have an record-based data file for an application that uses control characters in some fields as flags for certain GUI options, e.g.: ^@ ^A It's barbaric to...
What would be a good way of viewing the mappings that are only local to the current buffer? Regards, Jorge -- -- You received this message from the "vim_use"...
'foldmarker39; 'fmr' string (default: "{{{,}}}") local to window {not in Vi} {not available when compiled without the |+folding| feature} The start and end...
guys: everytime I expand the fold , I notice the text got a little bit messed up somewhere, c-l quickly clean it nicely. ... it works fine, except I can't use...
In insert mode I have a blinking vertical bar as cursor. I noted a strange thing when I'm in insert mode: I have to click with the mouse on the next letter in...
How to convert from [uno\dos92;tres](fijo) to [uno](fijo) [dos](fijo) [tres](fijo) Many thanks in advance, -- Cesar -- -- You received this message from the...
I've written a couple of functions which change the formatting of C++ code, to bring it in line with our coding guidelines; things along the lines of: ...
I've been trying most zKEYs , but haven't found oneto effectively fold all siblings(but not to close upto the parent fold). I knowzm , zc, zC, but they are not...
I have installed cscope(http://cscope.sourceforge.net/) and added cscope_maps.vim (https://github.com/chazy/cscope_maps) as one of my plugins. I started going...
It's been a while since I've tried to convert raw text into PDF for printing. I like using PDF as an intermediate step because I can make sure that I start...
I'm looking for a way to see the order in which autocommand events fire. Setting verbose doesn't seem to do... -- -- You received this message from the...
Hey Folks, I'm a longtime unix/linux commandline vi user, and work mostly at the console. Does dinosaur come to mind? Well anyway... Recently I've started...
and add vim user group in the hope that some vimwiki user already solved/workarounded it... ... -- -- You received this message from the "vim_use" maillist. Do...
I'm having trouble figuring out how to setup errorformat. I know the format of my compiler and lint tool is setup as follows: "<filename>",<linenumber> <error...
... I'm confused by this. The first bit seems to say that if an item matches a specific errorformat string marked with %>, then the next line is matched not ...
... your remote machine from within conqterm, ... existing vim search knowledge you acquired, but I just found that all long lines (longer than 200 chars?) are...
I need to store and restore the value of the shellslash setting. Does anybody know how can I do that? Here is what I'm trying to do: let l:shellslash =...
Hi, I want to create something like what FuzzyFinder has where I create a one-line buffer at top and show the vim popupmenu-completion and as I type the...
I have a .vimrc where I run: set comments= I added the command to my ~/.vim/cpp.vim file and ~/.gvimrc file as well. Yet somehow, I have comments set to a...
I have never experience this behavior before. I have the following code: 123456789 1 def get_login(realm, username, maysave): 2 global login_cnt 3 login_cnt...
I'm trying to run a set of settings for a project but I can't figure out what goes wrong. When I try to run make I get the following error: C:/Documents92; is...