... In your .vimrc file, add something like imap ~~ <esc>guiw~la Then, in insert mode, when you type ~~ (or whatever sequence appeals to you), vim will shift...
132746
Tim Chase
vim@...
Aug 8, 2012 6:28 pm
... I'd recommend using "gi" instead of "a" to return the insertion-point to the last-used position. -tim -- You received this message from the "vim_use"...
132747
ping
songpingemail@...
Aug 9, 2012 3:15 am
... hi Ben: thanks for the response. I thought it meant : a list texts that I typed in whenever I dropped into insert mode and typed by my hand ... for...
132748
ping
songpingemail@...
Aug 9, 2012 3:23 am
guys: is there a way to bind ctrl+shift+p differently that ctrl-p ? google told me NO, since they are the same "key code". just double check to experts here as...
132749
ping
songpingemail@...
Aug 9, 2012 3:26 am
... thanks for the reply. this looks a lot of information to me, I will take some some to go through your solution . thanks again. regards ping -- You received...
132750
Gary Johnson
garyjohn@...
Aug 9, 2012 5:01 am
... You can find out for yourself by entering insert mode and typing Ctrl-V followed by each of the key combinations you want to try. I tried on Linux using...
132751
sinbad
sinbad.sinbad@...
Aug 9, 2012 9:19 am
... anyone some pointers. -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For...
132752
sinbad
sinbad.sinbad@...
Aug 9, 2012 9:22 am
i am using vcsgit, i want to know what values should i set in VCSCommandGitDiffOpt so that i can view diffs between working dir/index, working dir/last commit,...
132753
Sepp Tannhuber
sepp.tannhuber@...
Aug 9, 2012 10:03 am
Dear all, I use the following function from the ranger manual: fun! RangerChooser() exec "silent !ranger --choosefile=/tmp/chosenfile" . expand("%:p:h") if...
132754
Christian Brabandt
cblists@...
Aug 9, 2012 10:34 am
Hi Sepp! ... For gvim, run ranger by first calling a xterm (or whatever terminal you prefer), e.g. for xterm use something like this: fun! RangerChooser() let...
132755
Nicolas Dermine
nicolas.dermine@...
Aug 9, 2012 10:41 am
... Hi Sinbad, I haven't used it yet but I heard a lot of good things about Tim Pope's fugitive plugin. Drew Neil did a series of screencasts covering that...
132756
sinbad
sinbad.sinbad@...
Aug 9, 2012 12:51 pm
... thanks nicholas, i'm just trying it out. -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are...
132757
sinbad
sinbad.sinbad@...
Aug 9, 2012 12:53 pm
i just started using fugitive plugin. how can one pass the current folder for Gstatus command, my git repo is on nfs, git status is very low, since my changes ...
132758
Ben Fritz
fritzophrenic@...
Aug 9, 2012 2:39 pm
... I see. So in response to your original question, I don't think there's a way to recall and repeat arbitrary changes you've made in the past. But you can at...
132759
Ben Fritz
fritzophrenic@...
Aug 9, 2012 3:04 pm
... I'm curious, why is this necessary? I run console apps from gvim on Windows all the time without explicitly bringing up a cmd.exe shell. Apparently there's...
132760
Ben Fritz
fritzophrenic@...
Aug 9, 2012 3:06 pm
... There is no built-in way and I do not know of an existing plugin, but you can try googling for one. ... and related help links, to make your own completion...
132761
Christian Brabandt
cblists@...
Aug 9, 2012 3:26 pm
Hi Ben! ... I think, the problem is mentioned below :h gui-pty In short, the gui can't provide a fully featured terminal, which certain applications require. ...
132762
Or Duval
orduval@...
Aug 9, 2012 3:40 pm
... The plugin neocomplcache has some options to handle wildcard and even fuzzy completion. You have also the fuzzy finder plugin to quickly open files and...
132763
Sepp Tannhuber
sepp.tannhuber@...
Aug 9, 2012 5:45 pm
... I see. Probably it is because ranger is a ncurses application. I will check if it can be done with a pseudo-tty. Thank you Joseph -- You received this...
132764
Waters, Bill
waters@...
Aug 9, 2012 6:32 pm
Does anyone have a syntax file for .map files? I am working with Keil uVision .map files, but I would think that any syntax file for .map files would get me...
132765
Christian Brabandt
cblists@...
Aug 9, 2012 8:10 pm
Hi sinbad! ... Probably. What kind of auto completion do you need? Have you searched at vim.org for omni-completion? regards, Christian -- -- You received this...
132766
Christian Brabandt
cblists@...
Aug 9, 2012 8:11 pm
Hi ping! ... Please read the faq: http://vimhelp.appspot.com/vim_faq.txt.html#faq-20.4 and possibly also Question 20.5 regards, Christian -- Tote Goldfische...
132767
Bob Hiestand
bob.hiestand@...
Aug 9, 2012 9:14 pm
... You wouldn't want to set those as options, you'd use them as part of the command (usually). working dir/index : that's the default, so no options working...
132768
ping
songpingemail@...
Aug 9, 2012 9:16 pm
... thanks! so quick conclusion is: no way for ctrl-shift-c/v(like in gnome) fn is the only choice (but not convenient) side-topic: speaking of the terminalApp...
132769
goran kent
gorankent@...
Aug 9, 2012 11:01 pm
Hi all, Sorry if this is the wrong forum to ask about a vim plugin. I'm trying out Pydiction (http://www.vim.org/scripts/script.php?script_id=850) to...
132770
Antony Lee
anntzer.lee@...
Aug 9, 2012 11:01 pm
Hi all, I believe that the default syntax file for cfg files (syntax/cfg.vim) should be modified as follows: 20,21c20,21 < "Parameters < syn match CfgParams...
132771
John Beckett
johnb.beckett@...
Aug 10, 2012 3:55 am
... The procedure is to email the name shown in the file and wait a couple of weeks to see if there is a reply. Ideally, the maintainer (the person listed in...
132772
sheetal
sheetal.tigadoli@...
Aug 10, 2012 8:24 am
Hello everyone, What i want to do is map some key<A-S-j/k> such that when ever i press the key i want the current tabpage to be moved previous to a tab/after...
132773
Marcin Szamotulski
mszamot@...
Aug 10, 2012 12:30 pm
... Hi, It is possible and quite easy: map <A-S-j> :tabm +1<CR> map <A-S-k> :tabm -1<CR> Though I am not sure if I understand you correctly when you write...
132774
ping
songpingemail@...
Aug 10, 2012 12:48 pm
... forgot where I got this (mostly from vim plugin website) but this provide what you are asking for: function! MoveCurrentTab(value) if a:value == 0 return ...