... I'd recommend not trying to use vim that way. It would severely cripple working with multiple buffers from the possibilities vim offers. ... That's...
Matt Wozniski
mjw@...
Aug 1, 2008 9:11 am
93797
I'm trying to use Vim as any other editor I know (ultraedit, visual studio, eclipse) when it comes to tabs, but with no success so far. What I would like is...
Scara Maccai
ultimoamore@...
Aug 1, 2008 10:34 am
93798
Hello, how can I avoid that the highlight match comes back when I close and start vim (whether I did :nohlsearch before closing or not)? Thank You Joachim ...
j.hofmann@...
Aug 1, 2008 10:52 am
93799
... Put this in your .vimrc autocmd! VimEnter nohlsearch Thomas --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
Thomas Geulig
geulig@...
Aug 1, 2008 11:00 am
93800
... conjunction with wildmenu, this already is quite good. I think though many user will use some sort of plugin to handle buffers. ...
ThoML
micathom@...
Aug 1, 2008 11:19 am
93801
... Interesting map. I use tabs, but sometimes get into the situation you described: having each tab display only a single letter. I modified your mapping to...
Albie Janse van Rensb...
albie.jvr@...
Aug 1, 2008 12:46 pm
93802
... And 30 tabs where the title is reduced to one letter are better? I don't think so :-) Sure, tooltips may show the whole filename, but working your way ...
Thomas Geulig
geulig@...
Aug 1, 2008 12:46 pm
93803
... Here's how I use tabs, buffers, etc. I _love_ Vim's tabs, and use them all the time. I understand that they work differently than tabs in other...
Benjamin Fritz
fritzophrenic@...
Aug 1, 2008 12:55 pm
93804
... [snip] ... Clearly I was (I'm sure there's something wrong with answering my own email): the comparison is purely a text comparison, so the sort is ...
A. S. Budden
abudden@...
Aug 1, 2008 1:24 pm
93805
... Yes, found them after writing the above - and the both work in my Windows console for Vim. I may explore generalizing the time editing question with those...
Bill McCarthy
WJMc@...
Aug 1, 2008 2:32 pm
93806
... at home: MS windows Vista (Dutch) ... Correct, the command I use is ':setlocal spelllang=nl spell' Below is a snippet from my _vimrc file, I activate the...
A.Steenveld@...
Aug 1, 2008 2:38 pm
93807
... What you describe here (in my mind) is called 'layout', which undoubtedly is a powerful concept. But sometimes I would like to open a tab (but) without...
Ag. D. Hatzimanikas
a.hatzim@...
Aug 1, 2008 4:20 pm
93808
... This is a great tip, but I'm having some problems with the Sort function: ... Time,Channel A (ms),(V) -12.83072000,1.27231700 -10.80320000,1.27231700 ...
A. S. Budden
abudden@...
Aug 1, 2008 5:28 pm
93809
Oracle of vim knowledge, I love using the :find command to navigate my (large) source tree. I would love it even more if I could use tab completion with :find...
John Bianchi
baconbits23@...
Aug 1, 2008 5:43 pm
93810
Thanks everyone for the tips! ... --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more...
David Gordon
drg@...
Aug 1, 2008 7:02 pm
93811
... Yes, the above mapping idea would be simpler and perhaps more powerful ... In other words it leaves the :b command ready. Anyway, I find :ls and :b easy...
Teemu Likonen
tlikonen@...
Aug 1, 2008 7:08 pm
93812
... --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit...
Benjamin Fritz
fritzophrenic@...
Aug 1, 2008 7:29 pm
93813
Great teamwork, guys! Full marks for improving portability with reltime(). I don't really think the milliseconds (or whatever) are useful to display though. I...
Ben Schmidt
mail_ben_schmidt@...
Aug 1, 2008 7:35 pm
93814
... s/with/& the but can still work with as many buffers I want, in the new tab. In few words: Sometimes I need 'independent tabs' ... ...
Ag. D. Hatzimanikas
a.hatzim@...
Aug 1, 2008 7:41 pm
93815
... Maybe that's what I don't understand. How, when you have 30 buffers open, you find the buffer you want? You can't remember all the numbers, you can't...
Scara Maccai
ultimoamore@...
Aug 1, 2008 8:59 pm
93816
... The reason is, plain and simple, that on most operating systems the current working directory must be local (or made to look to the OS as if it were...
Tony Mechelynck
antoine.mechelynck@...
Aug 1, 2008 9:01 pm
93817
Hello, ... I have plugin that provides a very similar feature (among a few other ones), except that it does horizontal/vertical splitting (:sp/:vsp) instead of...
hermitte@...
Aug 1, 2008 9:28 pm
93818
On Jul 31, 11:27 pm, Tony Mechelynck <antoine.mechely...@...> ... I just tried using ctags on my Verilog files (but not SystemVerilog). It works fine...
googler
pinaki_m77@...
Aug 1, 2008 10:02 pm
93819
... if &buftype != 'nofile' ... --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more...
Ag. D. Hatzimanikas
a.hatzim@...
Aug 1, 2008 11:46 pm
93820
Awesome! This is exactly what I was looking for. I added an :edit command to the :sp and :vsp ones, and all is right with the vim world again. Thanks, you...
John Bianchi
baconbits23@...
Aug 1, 2008 11:50 pm
93821
... see ... Any ex-command which opens a new window can be made to open a new tab instead, by prefixing it with ":tab". So ":tab tsel something" will open a...
Tony Mechelynck
antoine.mechelynck@...
Aug 1, 2008 11:52 pm
93822
Hi, ... Regards, Jürgen -- Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact...
Jürgen Krämer
jottkaerr@...
Aug 2, 2008 12:04 am
93823
... though it's awkard and you need to use exec as well. Perhaps a mapping ... You'll get a lot of tabs very quickly though! Perhaps mapping <C-w><C-]> would...
Ben Schmidt
mail_ben_schmidt@...
Aug 2, 2008 1:46 am
93824
... I totally agree. A quick Vim script is a wonderful thing -- it's exactly right for that purpose. A long Vim plugin can be a nightmare. ... More extreme...
John Beckett
johnb.beckett@...
Aug 2, 2008 1:48 am
93825
... Very sweet, thanks. The suggestion is on the talk page if anyone feels inspired to check it: ...