... the ... behaviour ... the ... still ... editor" ... you ... into ... Personally, I don't agree with you. When editing short text items on web pages, I feel...
Thomas Svensen
Thomas.Svensen@...
Jun 1, 2007 7:23 am
80840
... http://marc.info/?l=vim&m=117912217106498&w=2 ... set fo+=t you may want other flags beside t (r, o, a, w...), see ... Add it to ~/.xinitrc before the line...
David Nečas (Yeti)
yeti@...
Jun 1, 2007 7:44 am
80841
Hi Thomas, ... I must have been unclear. I meant to agree with the part `I don't think any "Vim extension" aiming at reproducing Vim's behaviour without...
Yongwei Wu
wuyongwei@...
Jun 1, 2007 7:56 am
80842
I'm having the same problem, and the three solutions don't work for me. In all the three solutions (and even the other thread I started with your reply windo...
Eric Leenman
eric.leenman@...
Jun 1, 2007 7:57 am
80843
Hi jaywee, The simplest way is using a mapping inoremap { {<cr>}<esc>O which should do what you want. But I myself find this terrible annying because it always...
Marc Weber
marco-oweber@...
Jun 1, 2007 9:02 am
80844
I am looking for a small extension to :TOhtml and I wonder if it can be done already, extists as a plug-in or if this is an itch I will have to scratch. This...
Lorenzo E. Danielsson
danielsson.lorenzo@...
Jun 1, 2007 1:35 pm
80845
Hi, all. In insert mode command C-] expand abbreviation. How to call this command in function? I try this way: execute "normal i\<C-]>" but it simply put ^] in...
Serhiy Boiko
cris@...
Jun 1, 2007 2:06 pm
80846
... If it's a default Ubuntu install, meaning you're a Gnome user, name the file .Xmodmap rather than .speedswapper. When you log in, it should detect it...
Michael F. Lamb
mike@...
Jun 1, 2007 3:05 pm
80847
... Speaking of which, is there any quicker way to visually select the entire file, analogous to ^A in other systems? I have to essentially do 1GVG<ctl-del> ...
Gene Kwiecinski
gkwiecinski@...
Jun 1, 2007 4:11 pm
80848
... You're so close, it could bite you :) It looks like you're getting hung up on expecting the solution to need visual mode rather than just using Ex...
Tim Chase
vim@...
Jun 1, 2007 4:25 pm
80849
... Rpelace y with d if you want to cut instead of copy. Replace + with * if you want to use middle-click to paste (on X11.) Tobia...
Tobia
tobia.conforto@...
Jun 1, 2007 5:00 pm
80850
In the old gvim, doing a search (/something) highlights all "something" in red. In gvim 7, it doesn't highlight all occurrences. Is there a way to turn this...
Brian E. Lozier
brian@...
Jun 1, 2007 5:13 pm
80851
... It may depend on what you want to do with the selection: see the commands ":yank", ":put", "delete", all of which accept a range and a register: ... To cut...
A.J.Mechelynck
antoine.mechelynck@...
Jun 1, 2007 5:31 pm
80852
Hi all, first post. Been a long long time vi user but bizarrely never made the jump to vim until quite recently. I'm editing a lot of complex html/cake-php...
Howard Glynn
hglynn@...
Jun 1, 2007 5:47 pm
80853
... It sounds like in the process, a vimrc (system-wide?) was changed. You don't mention your distro/OS, so it's hard to help there. However, in your...
Tim Chase
vim@...
Jun 1, 2007 6:08 pm
80854
I was previously able to do ":scriptfile" for vim 7.1 (on Fedora Core 6), when I was debugging why my plugins won't work. Then to check if plugins would work...
Tushar Desai
tsdesai@...
Jun 1, 2007 6:32 pm
80855
... Welcome! ... Well, since they can be slightly reformatted, as HTML generally ignores whitespace, you may be able to use an external tool like "tidy" to...
Tim Chase
vim@...
Jun 1, 2007 6:39 pm
80856
... I don't think there has ever been a ":scriptfile" command, but there is a ":scriptnames" command. HTH, Gary -- Gary Johnson | Agilent...
Gary Johnson
garyjohn@...
Jun 1, 2007 6:42 pm
80857
... ":scriptfile" is indeed not an editor command. You may have misremembered the name of the "scriptnames" command. ... or, with 'wildmode' on, ... would have...
A.J.Mechelynck
antoine.mechelynck@...
Jun 1, 2007 6:46 pm
80858
... If Brian is running Ubuntu that could have happened. When I mentioned on the list how updating changes default (to Ubuntu) behavior this was another...
fREW
frioux@...
Jun 1, 2007 7:34 pm
80859
... It's :scriptnames, not :scriptfiles Yakov...
Yakov Lerner
iler.ml@...
Jun 1, 2007 7:41 pm
80860
... Awesome. Tim is our ex friend. Or something? -- -fREW...
fREW
frioux@...
Jun 1, 2007 8:22 pm
80861
... But you can't read/save disk files out of javascript, can you ? I thought javascript can't. Yakov...
Yakov Lerner
iler.ml@...
Jun 1, 2007 8:24 pm
80862
... There is a simple solution, maybe too simple, but... if you only have one tag per line, or if you can reformat your file in such a way, it ... Type that...
Tobia
tobia.conforto@...
Jun 1, 2007 8:25 pm
80863
... Hello! Sounds like Vince Negri's conceal patch to vim would come in handy for this. Vim's current folding is on a line-by-line basis; Negri's patch can...
Charles E Campbell Jr
drchip@...
Jun 1, 2007 9:08 pm
80864
... I suspect that you may be having problems because you made changes to files in files in your former $VIMRUNTIME (use :echo $VIMRUNTIME when running vim to...
Charles E Campbell Jr
drchip@...
Jun 1, 2007 9:10 pm
80865
... I would use conceal if it were in standard vim. Definitely. -- -fREW...
fREW
frioux@...
Jun 1, 2007 9:26 pm
80866
... If nothing else avails, you may try executing Vim step-by-step, see ":help debug-scripts". Best regards, Tony. -- The price of seeking to force our beliefs...
A.J.Mechelynck
antoine.mechelynck@...
Jun 1, 2007 10:18 pm
80867
... Let's start from scratch. Say you have two files, old.txt and new.txt, where they are similar but different. You run: gvim -d old.txt new.txt You should...
John Beckett
winterwaffle@...
Jun 2, 2007 1:36 am
80868
Hi all ... Perhaps not the OP, but someone might find this useful. Vim, at least on Windows, also knows about F13, F14 and F15. I've never seen a keyboard...