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...
Eric Mutta
eric.mutta@...
Jun 1, 2008 8:32 pm
91125
... 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...
sc
toothpik@...
Jun 1, 2008 9:04 pm
91126
... 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...
Tony Mechelynck
antoine.mechelynck@...
Jun 1, 2008 9:05 pm
91127
... or did you mean the mouse cursor -- if so, never mind sc --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use"...
sc
toothpik@...
Jun 1, 2008 9:07 pm
91128
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...
David Fernandez
david.fernandez.work@...
Jun 2, 2008 7:51 am
91129
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...
Nikolaos Patsopoulos
npatsop@...
Jun 2, 2008 1:09 pm
91130
... -tim --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit...
Tim Chase
vim@...
Jun 2, 2008 1:17 pm
91131
... Ben. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit...
Ben Schmidt
mail_ben_schmidt@...
Jun 2, 2008 1:22 pm
91132
Thanks! ... --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit...
Nikolaos Patsopoulos
npatsop@...
Jun 2, 2008 1:25 pm
91133
... YES! That works like a charm and it makes sense too! --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use"...
David Fishburn
dfishburn.vim@...
Jun 2, 2008 2:06 pm
91134
... 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,...
Ben Schmidt
mail_ben_schmidt@...
Jun 2, 2008 2:50 pm
91135
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 ...
Venkata Suryam Setty ...
venkata.suryam@...
Jun 2, 2008 4:46 pm
91136
... 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...
Tim Chase
vim@...
Jun 2, 2008 5:32 pm
91137
In the PuTTy configuration, go to Terminal->Features and check "Disable application keypad mode". Save the settings and enjoy a numeric pad that works! ...
tommm0
tommm@...
Jun 2, 2008 7:48 pm
91138
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...
Peter Stone
pete@...
Jun 2, 2008 7:56 pm
91139
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=*...
Rahul
rpnabar@...
Jun 2, 2008 9:41 pm
91140
... You need to give your :command statements a -bar argument. See :help ... --~--~---------~--~----~------------~-------~--~----~ You received this message...
Benjamin Fritz
fritzophrenic@...
Jun 2, 2008 9:46 pm
91141
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...
Dominique Pelle
dominique.pelle@...
Jun 2, 2008 9:52 pm
91142
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...
Rahul
rpnabar@...
Jun 2, 2008 10:04 pm
91143
... 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...
Rahul
rpnabar@...
Jun 2, 2008 10:12 pm
91144
... Also this example from the docs uses a | without using the -bar option? ... -- Rahul --~--~---------~--~----~------------~-------~--~----~ You received...
Rahul
rpnabar@...
Jun 2, 2008 10:15 pm
91145
... Why not add a 'gv' to light 'em up again? --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For...
Gene Kwiecinski
gkwiecinski@...
Jun 2, 2008 10:18 pm
91146
... 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...
Rahul
rpnabar@...
Jun 2, 2008 10:25 pm
91147
... Thinking maybe a "norm gv" or variant would do it, but can't see your code, so can't say. --~--~---------~--~----~------------~-------~--~----~ You...
Gene Kwiecinski
gkwiecinski@...
Jun 2, 2008 10:33 pm
91148
... 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...
Brian L. Matthews
blmatthews@...
Jun 2, 2008 10:46 pm
91149
On Jun 3, 9:51 am, "Dominique Pelle" <dominique.pe...@...> ... .vimrc existing causes :set nocompatible. No .vimrc and you get :set compatible, maximum...
John Little
John.B.Little@...
Jun 2, 2008 11:01 pm
91150
... -- 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...
Tony Mechelynck
antoine.mechelynck@...
Jun 3, 2008 1:13 am
91151
... 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...
Tony Mechelynck
antoine.mechelynck@...
Jun 3, 2008 1:29 am
91152
... See if :cq will do what you want! Chip Campbell --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use"...
Charles E. Campbell, ...
drchip@...
Jun 3, 2008 1:36 am
91153
... 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...