Hi all, don't know how difficult or possible this is to do, but here goes! I sometimes want to write a large amount of test in capitals so I turn on Caps Lock,...
Robert Cussons
r.cussons@...
Nov 1, 2005 10:27 am
63139
I don't think there is a way to do that. However you could avoid CAPS LOCK all together... I don't know if there is already a mark for where insert mode was ...
Dominic Evans
oldmanuk@...
Nov 1, 2005 10:44 am
63140
Hi, ... Maybe instead of pressing Caps, you should :imap any non capital letter to a capital one. Then, when you are done, unmap it. All this should be done by...
Moshe Kaminsky
kaminsky@...
Nov 1, 2005 10:55 am
63141
How can I disable all scripts, such as those in /usr/share/vim/vim63/indent/, /syntax/, etc, so that only commands in my ~/.vimrc are used? Assume I don't have...
Vigil
vim5632@...
Nov 1, 2005 11:01 am
63142
... A start for this is using set noloadplugins Then only pugins you specifically want loaded are loaded. /Anders...
Anders Thøgersen
anderslt@...
Nov 1, 2005 11:14 am
63143
... [snip] ... Well, there's also visually highlighting the text and pressing "U" to force the selected text to be highlighted. Additionally, if it's all a...
Tim Chase
vim@...
Nov 1, 2005 1:47 pm
63144
... also - ":filetype off" which will suppress filetype detection, thus you won't have syntax-related highlighting, filetype-dependent indenting, and ...
A. J. Mechelynck
antoine.mechelynck@...
Nov 1, 2005 1:48 pm
63145
... ...snip The astronaut colorscheme, http://vim.sourceforge.net/scripts/script.php?script_id=122, is designed to work with console vim in an xterm; ie. it is...
Charles E. Campbell, ...
drchip@...
Nov 1, 2005 2:07 pm
63146
... [...] ... In any case, Steve, if you don't find a colorscheme exactly to your liking, you can always "roll your own", and in that case you can write for...
A. J. Mechelynck
antoine.mechelynck@...
Nov 1, 2005 2:46 pm
63147
Hi Rob, I usually disable Caps Lock altogether, in the OS. (Windows, OS X, Amiga OS.) Or remap Caps Lock to Control. Or use a Happy Hacking Keyboard Lite 2...
John Love-Jensen
eljay@...
Nov 1, 2005 3:44 pm
63148
... Ah `[ and `]. However, the latter one seems to be non-inclusive and miss off the last typed character. The following worked: `[gU'. Cheers, Dom...
Dominic Evans
oldmanuk@...
Nov 1, 2005 4:17 pm
63149
Thanks, both. -- ....
Vigil
vim5632@...
Nov 1, 2005 5:57 pm
63150
... put ... Yep, that is what came into my mind too. You should really use a "soft" version of capslock, implemented in Vim. Something like to start with: ...
Hari Krishna Dara
hari_vim@...
Nov 1, 2005 7:13 pm
63151
I use :make to run a build script and then show the errors. The cursor always goes to the location of the first error, but the error message does not show on...
Ernest Obusek
eobusek@...
Nov 1, 2005 9:33 pm
63152
... No, I don't know why. However, if you do :cc you will see it (i.e. you don't have to switch to the next and then back again). -- Stefan Karlsson |...
Stefan Karlsson
stefan.74@...
Nov 1, 2005 9:39 pm
63153
Hi, there is the question: There is a string such as "some text *|Text 1|* some other *|Text 2|* and so on" in a text. I need to highlight only *|Text 1|* and ...
Stanislav Yaglo
stasvim@...
Nov 2, 2005 3:01 am
63154
Try having the wildcard in the centre of the pattern match as few chars as ... HTH, Peter ... ____________________________________________________ Do you...
Peter Hodge
toomuchphp-vim@...
Nov 2, 2005 3:35 am
63155
Thanks Peter, it does what I need....
Stanislav Yaglo
stasvim@...
Nov 2, 2005 4:03 am
63156
Hi John ... If yes, you would have found it already, I think: http://groups.yahoo.com/group/vim/message/57693 The question should be: Is a timer planned in...
Mathias Michaelis
michaelis@...
Nov 2, 2005 8:06 am
63157
Hi Bertram ... For vim 6.4 on Windows XP: No. The first map just worked fine for me. Best regards Mathias...
Mathias Michaelis
michaelis@...
Nov 2, 2005 8:10 am
63158
Jason ... Probably no, but maybe this workaround helps you: http://groups.yahoo.com/group/vim/message/57763 Best regards Mathias...
Mathias Michaelis
michaelis@...
Nov 2, 2005 8:26 am
63159
Hello I would like to sort a few lines in a buffer. I have looked at tip #588 but didn't help me much because I couldn't find the scripts it refers to. Any...
Giorgos Gaganis
G.Gaganis@...
Nov 2, 2005 10:20 am
63160
... You can do this, if you're on something Unix-like, with the :! (filter) command. Select your lines visually then type ... If you want to give Vim7 a try...
Chris Allen
c.d.allen@...
Nov 2, 2005 10:35 am
63161
Hello, ... In system_utils (<http://hermitte.free.fr/vim/ressources/vimfiles/plugin/>), you will found code, for :Sort, posted by Piet Delport on this list a...
hermitte@...
Nov 2, 2005 10:37 am
63162
List, I have some data extraction program which creates comma separated flat files. Each type of file has some fixed length of a line. Before we can pass on ...
sanjeev.g.sapre@...
Nov 2, 2005 10:41 am
63163
... It will work on Windows/Dos as well, as there's a "sort" command there as well...a tad more braindead, as it doesn't allow for all the nice parameters you...
Tim Chase
vim@...
Nov 2, 2005 12:03 pm
63164
... Well, a couple ideas stand out to me. Depending on your file size (in lines), it could be as simple as ... and then scrolling down, watching the right...
Tim Chase
vim@...
Nov 2, 2005 12:14 pm
63165
Hi, ... the following mapping will search for the next line that has a different length than the current line: nnoremap \d...
Jürgen Krämer
jkr@...
Nov 2, 2005 12:39 pm
63166
Hi Sanjeev, This is what I did... ... Maybe that would work for you. Note: somewhat destructive. Save the file before doing this, and restore it afterwards. ...
John Love-Jensen
eljay@...
Nov 2, 2005 12:40 pm
63167
Thanks Tim.. That was very useful. That's what exactly I was looking for. Regards Sanjeev Holset, Huddersfield Direct: +44 - 01484 440 365 Tim Chase...