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 136309 - 136338 of 137828   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
136309 ping
songpingemail@... Send Email
Feb 20, 2013
8:41 pm
... and, this just works - the only issue is I don't know how to repeat the <left> here.. and, I really really don't understand how come this works but the ...
136310 David Sanson
dsanson@... Send Email
Feb 20, 2013
8:52 pm
... Looks that way. Apparently netrw calls some external process to delete directories. ... Not if that manager relies on some external process (git, wget,...
136311 Eric Weir
eeweir@... Send Email
Feb 20, 2013
8:57 pm
... Thanks, David. Yeah, without a way to get documents in and out, except on a file-by-file basis through itunes, vim is not very useful. Given the overlap of...
136312 Charles E Campbell
drchip@... Send Email
Feb 20, 2013
9:15 pm
... I got vim up and running on my iPad, and used a huge vimball to move everything over onto it. I also have a bluetooth keyboard. There are many issues that...
136313 Charles E Campbell
drchip@... Send Email
Feb 20, 2013
9:27 pm
... I found getting into insert mode difficult, too. What works for me: * have bluetooth enabled in setup * have the bluetooth keyboard off * bring up vim *...
136314 Ben Fritz
fritzophrenic@... Send Email
Feb 20, 2013
9:36 pm
... Wow, I just tested myself and you're right, line continuation within strings DOES seem to work. I thought I found this to not work a long time ago. But, it...
136315 Ben Fritz
fritzophrenic@... Send Email
Feb 20, 2013
9:38 pm
... There should be absolutely no need to strip out multibyte support. Thousands of people use gvim with multibyte every day without ever seeing your issue. ...
136316 Tony Mechelynck
antoine.mechelynck@... Send Email
Feb 20, 2013
10:55 pm
... If ":set gfn=*" shows only those four and nothing else (and no way to scroll to bring more font names into view) and what is called Monospace on your...
136317 Alex Dong Li
alexdongli@... Send Email
Feb 20, 2013
11:27 pm
I think Tony has got the point: Monospace on my system is a proportional font, not a width-fixed font. Sorry for my wrong assumption! As matter of the fact, I...
136318 John Little
John.B.Little@... Send Email
Feb 21, 2013
1:00 am
... You don't need root access to install a font for your own use. - Download a .ttf or .otf to wherever. - With KDE, open it with kfontviewer, click install,...
136319 manaskarekar
powerslave12r@... Send Email
Feb 21, 2013
3:54 am
Adding the trailing slash after the failing to open directory works! Thanks a ton! Is there a way to automate the command ... to apply to all listed...
136320 shawn wilson
ag4ve.us@... Send Email
Feb 21, 2013
4:02 am
I forgot about C-G - thanks ... This is what I'm looking for. Now to associate it with an F key or leader.... decisions -- -- You received this message from...
136321 Charles E Campbell
drchip@... Send Email
Feb 21, 2013
5:22 am
... You can also try two commands provided by netrw: gf : treat string under cursor as a file's name gd: treat string under cursor as a directory's name Netrw...
136322 Nikolay Shirokovskiy
nshyrokovskiy@... Send Email
Feb 21, 2013
10:45 am
Thanx Ben. I'll check it out later, looks like I will need time to use this approach. To be honest I thougth there is some straightforward way of doing this, I...
136323 Eric Weir
eeweir@... Send Email
Feb 21, 2013
1:30 pm
... Thanks for the update, Charles. To get the vim app working for me I'm going to have to study up on netrw and vimball. It will take me a while. When I get...
136324 ping
songpingemail@... Send Email
Feb 21, 2013
2:34 pm
... that really works!, so looks the key here is 1) use <expr> as you mentioned, 2) use ":" . func() 3) return the command string from the func great to learn!...
136325 ping
songpingemail@... Send Email
Feb 21, 2013
2:37 pm
... FYI, for the map, I finalize it with this: nn <expr> ,gg ':' . MyGit("new post:") . repeat("\<left>", 24) -- -- You received this message from the...
136326 Ben Fritz
fritzophrenic@... Send Email
Feb 21, 2013
4:04 pm
... For that, I'd use an <expr> cabbrev similar to your <expr> map. Then you would type :MyGit<Space> and it would expand to something completely different...
136327 Erich Hoffmann
erichhoffmann@... Send Email
Feb 21, 2013
4:54 pm
Hello. I admit enjoying the vim sokoban play. But I don't understand the code. As i'm writing a special flatfile database for my own purpuses, an input mask...
136328 Tim Chase
vim@... Send Email
Feb 21, 2013
5:34 pm
Futzing around with the quickfix (QF) window, I found that using CTRL-W= ("make the windows the same size", ":help CTRL-W_=") ignores the quickfix window in...
136329 Paul
paul.domaskis@... Send Email
Feb 21, 2013
5:54 pm
In Windows 7, I got a program "pinned" to the taskbar. It is basically a shortcut with the "Target" field set to: "C:\Program Files (x86)\Vim&#92;vim73&#92;gvim.exe";...
136330 Paul
paul.domaskis@... Send Email
Feb 21, 2013
6:05 pm
I found the solution after a simple read of ":help vimrc". Set the environment variable VIMINIT to source $USERPROFILE&#92;_vimrc For any other system or...
136331 Paul
paul.domaskis@... Send Email
Feb 21, 2013
6:56 pm
... I should clarify that it is the user-specific environment variable VIMINIT in Windows that I set above. However, it isn't the greatest solution. This...
136332 Charles E Campbell
drchip@... Send Email
Feb 21, 2013
7:05 pm
... Well, you know its very hard to predict things, especially when the future is involved! Regards, C Campbell -- -- You received this message from the...
136333 ping
songpingemail@... Send Email
Feb 21, 2013
7:42 pm
... thanks! that's also helpful info. I'll try that. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the...
136334 Ben Fritz
fritzophrenic@... Send Email
Feb 21, 2013
8:10 pm
... Isn't this just because of 'winfixheight&#39;? It gets set automatically for quickfix or preview window. You could probably make an autocmd to clear that...
136335 Eric Weir
eeweir@... Send Email
Feb 21, 2013
8:41 pm
... Vim is alive? It's changing on its own? Or did I misremember? Regards, ... Eric Weir Decatur, GA. USA "The invincible shield of caring is a weapon from the...
136336 Charles E Campbell
drchip@... Send Email
Feb 21, 2013
9:21 pm
... Netrw is not asking for confirmation, its asking you to provide the new name. Thus the "Moving (curfilename) to (curfilename)" message, which you can...
136337 Bram Moolenaar
Bram@... Send Email
Feb 21, 2013
10:11 pm
... Sourceforge has fixed the problem, counters increment again. -- BEDEVERE: And that, my lord, is how we know the Earth to be banana-shaped. "Monty Python...
136338 AK
andrei.avk@... Send Email
Feb 22, 2013
12:04 am
Hi, I would like to accomplish the following: <tag attr1='val&#39; attr2='val&#39;> </tag> concealed: <tag> </tag> I've mucked around with html.vim syntax file but I...
Messages 136309 - 136338 of 137828   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