Good Evening, I use the darkblue colour scheme because it's easy on the eyes. In normal mode the cursor shows up as the standard Windows White Arrow cursor and...
91125
sc
toothpik@...
Jun 1, 2008 9:04 pm
... i dunno why the difference, but for me when i change color to darkblue the insertmode cursor is yellow, which is extremely visible against the dark blue...
91126
Tony Mechelynck
antoine.mechelynck@...
Jun 1, 2008 9:05 pm
... The shape of the mouse pointer can be set, separately for various Vim screen areas, but only in the GUI, by means of the 'mouseshape' option. The allowable...
91127
sc
toothpik@...
Jun 1, 2008 9:07 pm
... or did you mean the mouse cursor -- if so, never mind sc --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use"...
91128
David Fernandez
david.fernandez.work@...
Jun 2, 2008 7:51 am
Hi there, I'm using VIM on a SPARC Solaris box via PuTTY SSH emulating a xterm. The numeric keypad works well in bash, but when invoking vim it seems to...
91129
Nikolaos Patsopoulos
npatsop@...
Jun 2, 2008 1:09 pm
Hi all, I have a bunch of file and I want to apply a script file. At some point I delete the first line with :1d. How can I write an if statement to delete the...
91130
Tim Chase
vim@...
Jun 2, 2008 1:17 pm
... -tim --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit...
91131
Ben Schmidt
mail_ben_schmidt@...
Jun 2, 2008 1:22 pm
... Ben. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit...
91132
Nikolaos Patsopoulos
npatsop@...
Jun 2, 2008 1:25 pm
Thanks! ... --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit...
91133
David Fishburn
dfishburn.vim@...
Jun 2, 2008 2:06 pm
... YES! That works like a charm and it makes sense too! --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use"...
91134
Ben Schmidt
mail_ben_schmidt@...
Jun 2, 2008 2:50 pm
... A first thought...what does :echo $TERM say? You seem to have a lot of mappings in your vimrc that would seem to compensate for an incorrectly set $TERM,...
91135
Venkata Suryam Setty ...
venkata.suryam@...
Jun 2, 2008 4:46 pm
Hello Bill & Tim, Thanks a lot for your messages not only for giving helpful answers but also for giving detailed explanation to them. Please find my ...
91136
Tim Chase
vim@...
Jun 2, 2008 5:32 pm
... Yeah, I thought about that after I sent the email. ... The contents of the atom ].)!? are characters that could terminate a sentence. If one of those...
91137
tommm0
tommm@...
Jun 2, 2008 7:48 pm
In the PuTTy configuration, go to Terminal->Features and check "Disable application keypad mode". Save the settings and enjoy a numeric pad that works! ...
91138
Peter Stone
pete@...
Jun 2, 2008 7:56 pm
Is there any way to control vim's exit code? I'm using a script that looks something like: vim /some/config/file && reload config and I'd like to be able to...
91139
Rahul
rpnabar@...
Jun 2, 2008 9:41 pm
I'm confused how I can combine multiple vim commands into a single one: I have a vim command "Nudge" setup in my ~/.vimrc like so: command -range=% -nargs=*...
91140
Benjamin Fritz
fritzophrenic@...
Jun 2, 2008 9:46 pm
... You need to give your :command statements a -bar argument. See :help ... --~--~---------~--~----~------------~-------~--~----~ You received this message...
91141
Dominique Pelle
dominique.pelle@...
Jun 2, 2008 9:52 pm
Hi I've noticed that a couple of Vim commands have a lag (1 or 2 seconds?) before the screen gets updated. Here is a simple example: 1/ start vim in a...
91142
Rahul
rpnabar@...
Jun 2, 2008 10:04 pm
Normally after using a visual select followed by a filter, the selected lines lose focus (i.e. no longer remain selected). That makes it hard to reapply the...
91143
Rahul
rpnabar@...
Jun 2, 2008 10:12 pm
... Thanks Benjamin. I was using this one for a while now though: command -range=% -nargs=0 Ref w|!ref % I'm confused how the | worked without my specifying...
91144
Rahul
rpnabar@...
Jun 2, 2008 10:15 pm
... Also this example from the docs uses a | without using the -bar option? ... -- Rahul --~--~---------~--~----~------------~-------~--~----~ You received...
91145
Gene Kwiecinski
gkwiecinski@...
Jun 2, 2008 10:18 pm
... Why not add a 'gv' to light 'em up again? --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For...
91146
Rahul
rpnabar@...
Jun 2, 2008 10:25 pm
... Thanks Gene! That works perfectly. Now I've just got to figure out how to append a gv to the end of my custom commands(my other previous post about how to...
91147
Gene Kwiecinski
gkwiecinski@...
Jun 2, 2008 10:33 pm
... Thinking maybe a "norm gv" or variant would do it, but can't see your code, so can't say. --~--~---------~--~----~------------~-------~--~----~ You...
91148
Brian L. Matthews
blmatthews@...
Jun 2, 2008 10:46 pm
... I can duplicate it (on Mac OS X with a vim built from source running in a Terminal), but I don't think it's a bug. When running in a terminal, some keys...
91149
John Little
John.B.Little@...
Jun 2, 2008 11:01 pm
On Jun 3, 9:51 am, "Dominique Pelle" <dominique.pe...@...> ... .vimrc existing causes :set nocompatible. No .vimrc and you get :set compatible, maximum...
91150
Tony Mechelynck
antoine.mechelynck@...
Jun 3, 2008 1:13 am
... -- I didn't know about it; I found it by using ... then repeatedly hitting F2, which my vimrc maps as follows ... Best regards, Tony. -- If you live to the...
91151
Tony Mechelynck
antoine.mechelynck@...
Jun 3, 2008 1:29 am
... In this case, as in your immediately previous post in this thread, the bar is part of the "replace text" for the command. What the -bar argument does is...
91152
Charles E. Campbell, ...
drchip@...
Jun 3, 2008 1:36 am
... See if :cq will do what you want! Chip Campbell --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use"...
91153
Tony Mechelynck
antoine.mechelynck@...
Jun 3, 2008 1:56 am
... VIM - Vi IMproved 7.1 (2007 May 12, compiled May 29 2008 23:03:50) Included patches: 1-305 Modified by Bram Moolenaar (floating point) Compiled by...