I am using gVim and editing a file using e ftp://user@host//<full-path-to-file>. Each line in the file has its characters reversed. Yet, if I copy those lines...
I am immersing myself in Ruby / Rails development with Vim as my editor/IDE of choice. I am starting to dabble with rails.vim, but have no experience using it...
I'm working on several Python projects who run on various versions of Python. I'm hoping to set up my vim environment to use ropevim, pyflakes, and pylint but...
Hi, Â Â I am using vim 7.3 on Windows XP. I'm trying to map some function keys using 'map' command in the .vimrc When I enter the key sequence ctrl-v followed...
Is this possible, such hypothetic plugin: "file-persistent settings": the plugin would save (automatically) and restore (automatically) settings per...
Hi Guys, I want to remap Option+Up/Down to page up/page down. I¹ve done some googling and tried the following with no success: ³set <M-Dn> <PageDown>², ...
I have a text file with a number of lines in it. Each line has the same format, say something like below. <string1> <string2> <number> <string3> I want to sort...
Hello I want to know, how i can identify buffer, if it's displayed on screen or not. For example i open buffer 'option.c', then open buffer 'file2.txt39; in same...
Hi all, I am using Exuberant ctags for java ,i am able to generate tags now.I am also using taglist plugin for vim.Now how can I jump to a method which is in ...
Hello, I have been trying to get into using gvim and I can't get this one thing figured out. I frequently have my files buried in folders because I like to...
When browsing through source I want tag file TAGS to be searched for in the folder of the current file and then up the parent folders. On my first try it seems...
Hi, I'm using version 7.3 on a Windows XP machine. When editing multiple buffers, I do :bnext to get to the next buffer. Unfortunately, when I return to that...
Hi, I use syntax folding with C++. How do I ignore the folding in my while, if and for constructs? Best regards. -- JuanPabloAJ -- You received this message...
I'm writing a script where I want to capitalise the first letter of a word. I know hat 'toupper39; will change lower-to-upper case on the whole string, like \U...
Hi, when writing simple ASCII texts there are sometimes false indentations (as simulated starting with this line). I dont know, whethere a wrongly loaded...
I thought defining a user command with '-nargs=1' would mean that using more than one argument would give an error, however I can't see a difference between...
does anybody know if there is a way to capture the result of a global search in vim. for example in perl i can do the following string =~ /(pattern1)someword/i...
Hi I've a user and root account on my system. The .vimrc file is identical. Using urxvt/screen, when I open e.g.: /home/mih/$ vim .zshrc as normal user all...
All, ... I'm a real noob when it comes to vim but I *am* learning. I'm currently writing a lot in Dutch as well as English, but not really in the same...
hi, how to update the quickfix window manually. with cscope quickfix i searched for some symbol, and from the quickfix window i deleted some entires manually...
Is it possible? Well of course not. But with some work we can get close enough to make editing text much more fun. In some cases its not useful to use Vim, eg ...
hi all, i often realize that when I change the size of xterm with vim running inside of it, i end up always pressing: ^w= To get vim to resize all splits...
Not sure if this is an old-version-of-vim thing, or if it's just a peculiar interaction. Scenario: I had a bunch of vim-windows open on various files and...
Hi, In netw file explorer, the click left mouse on the file/folder will open the file/folder. Is there any way to use doube click to open the file/folder? Left...
i'm trying to learn a bit of vim scripting, specifically i'm trying to understand how to do something similar to scanf(). say we have a command map ,cd :cd...
hi, searching for "^[[K^[[?1l^[>" using "/" works. but when i use the same string in :%s, it says the pattern is not found. how to make it recongnize as "/"...
Hi, If I create a plugin, how I can activate this plugin only on certain file types? example only is activated with a cpp file. Best regards. -- JuanPabloAJ --...
1. In visual mode how do I select to a line number? I know I can do iB or whatever but if I don't want to work with the whole function I just have to hold down...