... Sorry, I forgot show to example. I use python: #green try: # red if True: pass # red else: pass #green except Exception, e: raise e # red, but I want to...
131436
sinbad
sinbad.sinbad@...
Jun 1, 2012 8:04 am
how to turn on/off the caps lock while in insert mode. i want to turn off the caps lock while leaving out of the insert mode. how can i do that. i googled...
131437
Tony Mechelynck
antoine.mechelynck@...
Jun 1, 2012 9:02 am
... AFAIK, CapsLock on/off status is handled by the keyboard driver transparently to Vim. I don't think Vim can simulate that action. You might build a lot of...
131438
Christian Brabandt
cblists@...
Jun 1, 2012 9:11 am
... If you find a way, to turn on/off caps-lock via a script, you could call that script from an InsertEnter/Leave autocommand. Apart from that, there is...
131439
Alexey
muranov@...
Jun 1, 2012 10:10 am
Hello, is it possible to limit (say to 3) the number of empty lines shown after the EOF when scrolling down with a mouse in Vim GUI? 'scrolloff39; has no effect...
131440
Tim Chase
vim@...
Jun 1, 2012 10:17 am
... Just a caveat that InsertLeave doesn't execute if you're leaving Insert mode via control+C -tim -- You received this message from the "vim_use" maillist. ...
131441
Paul
google01239@...
Jun 1, 2012 10:27 am
... Hi Mary, Haven't have the time yet :/ -- . -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you...
131442
qfwfq
veranda.marco@...
Jun 1, 2012 12:42 pm
Yep, thank Tony, it works the same and it is more general. Bye! -- View this message in context:...
131443
Pablo Giménez
pablogipi@...
Jun 1, 2012 1:59 pm
Thanks Gary. Yep It was working on the terminal, sorry, it was failling only on gvim. I found that ConqueShell plugin is a good option, although I dont know ...
131444
Ben Fritz
fritzophrenic@...
Jun 1, 2012 2:28 pm
... http://vim.wikia.com/wiki/Insert-mode_only_Caps_Lock I think it solves some of the problems brought up by the others in this thread. -- You received this...
131445
Ben Fritz
fritzophrenic@...
Jun 1, 2012 2:33 pm
... If all you want is the left tab, the link I posted should do that. You can't do it without creating a new command, though. ...
131446
stevenfrog
stevenfrog@...
Jun 1, 2012 2:50 pm
... Please ignore the "echo newtttlist I just use it for testing. This function's is used filter the tags. I search tags with name "List", and only left 'c,...
131447
Ben Fritz
fritzophrenic@...
Jun 1, 2012 10:44 pm
... I understand so far. ... Now you've lost me again. :tag is for jumping to tags, not showing them. ... Jump to the definition of {ident}, using the ...
131448
Shawn
spacephys@...
Jun 1, 2012 10:44 pm
Hello, I have used vim for several years now, but recently vim has become painfully slow when it writes to disk. I am checking into other possibilities, but...
131449
Michael van Schaik
mcjvanschaik@...
Jun 1, 2012 10:44 pm
... Hi Sinbad, Check out this article: http://vim.wikia.com/wiki/Avoid_the_escape_key it links to two seperate instructions for remapping the Caps Lock to Esc...
131450
Tor Perkins
vim@...
Jun 1, 2012 10:44 pm
Greetings all, ... ... and given this text: NOTE: blah blah blah blah # NOTE: blah blah # blah blah If I do gq{motion} on the top paragraph, formatting...
131451
Ben Fritz
fritzophrenic@...
Jun 1, 2012 10:49 pm
... Nope, no central Vim manager, they're all independent unless you explicitly make them communicate. Do operations outside of Vim take a long time as well,...
131452
Marc Weber
marco-oweber@...
Jun 1, 2012 11:05 pm
... btrfs on older kernels and a linux staying up for 3-4 days can cause such behaviour. Its very unlikely that its Vims fault (unless any script is starting...
131453
John Beckett
johnb.beckett@...
Jun 1, 2012 11:25 pm
... In addition to what Ben said, is the network in use at all during this? For example, are the files Vim is working on accessed over a network, or (if...
131454
Tony Mechelynck
antoine.mechelynck@...
Jun 2, 2012 3:15 am
... I think mouse scrolling in gvim is set so you can scroll until the last line in the file is at the top of the window; however if you want to scroll from...
131455
Tony Mechelynck
antoine.mechelynck@...
Jun 2, 2012 3:41 am
... There have been quite a number of fixes to indenting code since 7.3.154, see http://ftp.vim.org/pub/vim/patches/7.3/README You might try to install the...
131456
Dominique Pellé
dominique.pelle@...
Jun 2, 2012 4:16 am
... I'm not sure what's the root cause for slow writes here, but one possibility could be that fsync() is slow on your file system. ... Read ":help fsync" to...
131457
Christian Brabandt
cblists@...
Jun 2, 2012 12:08 pm
Hi, I have recently been working on the Motif GUI and noticed, that my gvim always show XIM INSERT, when in insert mode. I keep reading :h xim and mbyte-XIM,...
131458
Christian Brabandt
cblists@...
Jun 2, 2012 1:04 pm
... One more update: - Replace should work better now (and works like in the current version of Gvim). - When using REPLACE, the cursor is positioned at the...
131459
Aaron Bohannon
aaron678@...
Jun 2, 2012 2:59 pm
Everything seemed fine...for a while. Then I tried to reformat text when I had 'formatprg39; set to an external program and found myself with an open command...
131460
Chris Jones
cjns1989@...
Jun 2, 2012 4:37 pm
... Do you have an IME set up..? Doesn't sound rational, but perhaps you need one installed.. in order to turn it off..? CJ -- Hi! My name is bobby... -- You...
131461
Shawn
spacephys@...
Jun 2, 2012 4:41 pm
Thanks to everyone, your inputs were all good possibilities. It turns out that Ben's suggestion to test the plugins was the one I needed. When I stopped using...
131462
Christian Brabandt
cblists@...
Jun 2, 2012 7:01 pm
Hi Chris! ... Not that I know of. How would I set it up? regards, Christian -- -- You received this message from the "vim_use" maillist. Do not top-post! Type...
131463
Chris Jones
cjns1989@...
Jun 2, 2012 9:43 pm
... Hi Christian, My undestanding is that you need to install an input server that covers your particular data entry needs. I could be 100% wrong about that,...
131464
Chris Jones
cjns1989@...
Jun 3, 2012 12:51 am
On Sat, Jun 02, 2012 at 03:01:12PM EDT, Christian Brabandt wrote: [..] ... Regarding (3) above, I forgot to mention that there is an imdisable/noimdisable...