Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vim · Vim (Vi IMproved) text editor users list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 131399 - 131428 of 138236   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
131399 ping
songpingemail@... Send Email
May 30, 2012
6:18 pm
hi Christan: yes that works! thanks! previously I got it wrong that I visually selected my text and apply the function with that range. b.t.w can we actually...
131400 Chris Jones
cjns1989@... Send Email
May 31, 2012
12:41 am
On Mon, May 28, 2012 at 05:55:27PM EDT, Tony Mechelynck wrote: [..] ... The limit is that a range of characters (a-z, 0-9 etc...) that is part of a collection...
131401 stardiviner
numbchild@... Send Email
May 31, 2012
2:20 am
I want to let a new key bind override original map. First give out the vimrc config snip. imap <expr><Tab> neocomplcache#sources#snippets_complete#expandable()...
131402 Robert Bu
robert.bu@... Send Email
May 31, 2012
2:30 am
... set bkc=yes do the job. Thank you. -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are...
131403 Christian Brabandt
cblists@... Send Email
May 31, 2012
5:22 am
... I think, this should do: function! CopyNonFolded() range let lnum= a:firstline let buffer=[] while lnum <= a:lastline if (foldclosed(lnum) == -1) let...
131404 oversky
mailcwc@... Send Email
May 31, 2012
6:21 am
... I tried expand with <C-R>, the following line works successfully. ... %<CR> Thanks for everyone's help. -- You received this message from the "vim_use"...
131405 oversky
mailcwc@... Send Email
May 31, 2012
7:02 am
In Visual-block Insert operation, is it possible to insert text from register or clipboard to all selected lines? I use mswin.vim, so I press <C-Q> and select...
131406 Väinö Lepp...
narcomacoder@... Send Email
May 31, 2012
7:35 am
The mouse version of this command actually work (g<LeftMouse> and <C-LeftMouse>), but the keyboard version CTRL-] doesn't for some reason. Any ideas? -- You...
131407 Jürgen Krämer
jottkaerr@... Send Email
May 31, 2012
7:44 am
Hi, ... on Windows the behaviour of Ctrl plus a non-letter is independent of the actual keyboard layout (at least inside Vim). As far as I know for those ...
131408 Väinö Leppänen
narcomacoder@... Send Email
May 31, 2012
7:50 am
... And that solved the problem. Thanks! -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are...
131409 Christian Brabandt
cblists@... Send Email
May 31, 2012
8:03 am
... I can reproduce the issue with this simple mapping: inoremap <Esc> <Esc> This breaks the cursor keys in terminal vim. regards, Christian -- You received...
131410 John Beckett
johnb.beckett@... Send Email
May 31, 2012
10:09 am
... Press Ctrl-Q (or Ctrl-V if haven't mapped it) to start visual block selection. Then I for block insert. Then press Ctrl-R (insert register contents),...
131411 Pablo Giménez
pablogipi@... Send Email
May 31, 2012
10:35 am
So you guys thinks it is definitely a bug? ... -- Un saludo Best Regards Pablo Giménez -- You received this message from the "vim_use" maillist. Do not...
131412 stevenfrog
stevenfrog@... Send Email
May 31, 2012
1:49 pm
I'm in china, and can not get into vim-dev of google groups. And I can not click that blue button to subscribe. So please add stevenfrog@... into...
131413 Pablo Giménez
pablogipi@... Send Email
May 31, 2012
2:23 pm
Hello all. Is there any way to enable ANSI colors in a shell spawned from VIM using the :shell command? I just got the ANSI codes rather than the colors like...
131414 Ben Fritz
fritzophrenic@... Send Email
May 31, 2012
2:57 pm
... Huh? I've got my keyboard (a standard QWERTY keyboard) mapped to US-Dvorak in Windows XP, and to get CTRL-] I press CTRL and the key labelled =/+, not the...
131415 Christian Brabandt
cblists@... Send Email
May 31, 2012
3:03 pm
... Isn't that what Jürgen said? On a German keyboard (at least for Windows) you need to press Ctrl-ü rather then the key labeld ] to produce an actual...
131416 Gary Johnson
garyjohn@... Send Email
May 31, 2012
3:51 pm
... If you start Vim as vim, not gvim, in a terminal, then yes. If you start Vim as gvim, either in a terminal or from a GUI launcher, then no. Regards, Gary ...
131417 ping
songpingemail@... Send Email
May 31, 2012
5:41 pm
hi chris: this works! thanks! regards ping ... -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you...
131418 Ben Fritz
fritzophrenic@... Send Email
May 31, 2012
5:55 pm
... We may be talking about different ways of getting a non-standard keyboard. I think I understand now, that you and Jürgen are talking about a keyboard...
131419 Ben Fritz
fritzophrenic@... Send Email
May 31, 2012
6:01 pm
... I don't understand what you're trying to achieve. ... If you want to do something else, please try to tell us SPECIFICALLY what you are trying to do, what...
131420 ping
songpingemail@... Send Email
May 31, 2012
6:32 pm
stefen: I'm using vim Utl plugin and enjoy it. http://www.vim.org/scripts/script.php?script_id=293 but today I run into an issue here. so if I use this in my...
131421 Pablo Giménez
pablogipi@... Send Email
May 31, 2012
9:00 pm
... Well I use vim in both ways. So what is the way to solve it when I start as vim? And when I start as gvim is there any way to start a terminal that doesn't...
131422 Gary Johnson
garyjohn@... Send Email
May 31, 2012
9:55 pm
... It should "just work". It could be that your TERM environment variable is not being exported. In the :shell shell, execute echo $TERM If that doesn't...
131423 stardiviner
numbchild@... Send Email
Jun 1, 2012
1:10 am
I want to learn Vimscript language, but I have not found any books about this. If you have any good suggest, tell me anything about this. Thanks very much. -- ...
131424 zhang listar
listarmingstar@... Send Email
Jun 1, 2012
1:25 am
... There, you got it. -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more...
131425 Dominique Pellé
dominique.pelle@... Send Email
Jun 1, 2012
1:46 am
... Go through ":help eval_41.txt" and ":help eval.txt" In addition to Vim help, there is this page which looks good: ...
131426 stardiviner
numbchild@... Send Email
Jun 1, 2012
2:23 am
Thanks. -- [ stardiviner ] ^^&^^ {I hate all of you ! Leave me alone} IRC(freeenode): stardiviner \\ Twitter: @numbchild \\ GnuPG Key fingerprint...
131427 孔晓泉
u1mail2me@... Send Email
Jun 1, 2012
2:32 am
there have some book like 《hacking vim 7.2》and some online source like http://www.ibm.com/developerworks/linux/library/l-vim-script-1/index.html ... -- You...
131428 Scott
scott@... Send Email
Jun 1, 2012
3:38 am
Hi Jan, I'd like to be able to make Vim focus the left tab too (after closing a tab). Did you find a way to do it without having to use a new command? Scott....
Messages 131399 - 131428 of 138236   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help