Re: Terminal into vim, best options???

2010-05-25 Thread Nico
There are quite a few options out there, all with their strengths and weaknesses. Shell integration is at the top of the Vim wish list. I'm sure Bram would be more interested in including it if someone developed and maintained a kick-ass patch :-) Here is a (quite biased) overview of what's

Re: Terminal into vim, best options???

2010-05-25 Thread Christian Brabandt
On Tue, May 25, 2010 6:40 am, Nico wrote: There are quite a few options out there, all with their strengths and weaknesses. Shell integration is at the top of the Vim wish list. I'm sure Bram would be more interested in including it if someone developed and maintained a kick-ass patch :-)

How to avoid use original command while execute !cmd

2010-05-25 Thread robert song
Hi, everyone. I add one rm function in .bashrc, so if I use rm to delete the file, the file will be moved to ~/.Trash directory. But When I use !rm /tmp/1 command, I can't find the file in ~/.Trash dir, it seems that the real rm command is called. How can I use the function defined by myself ?

Re: editing an existing buffer

2010-05-25 Thread Ben Fritz
On May 24, 6:20 pm, Kirill Igumenshchev kirill_i...@yahoo.com wrote: hi, suppose i have a vim session (vim1) with multiple buffers. I open another session vim2 in another terminal and would like to edit one of the files that is already opened as a hidden buffer in vim1. is there a way to

Re: Terminal into vim, best options???

2010-05-25 Thread Pablo Giménez
Thanks a lot for your answers, and specially Nico for taking the time to compile all of these examples. I think that I will try conque and screen.vim, and see what better suits my needs. The possibility of using vim commands in conque in normal mode is really appetizing. thanks! 2010/5/25 Nico

Re: How to avoid use original command while execute !cmd

2010-05-25 Thread Chris Allison
On 25 May 2010 14:52, robert song robertsong.ja...@gmail.com wrote: Hi, everyone. I add one rm function in .bashrc, so if I use rm to delete the file, the file will be moved to ~/.Trash directory. But When I use !rm /tmp/1 command, I can't find the file in ~/.Trash dir, it seems that the

Re: How to avoid use original command while execute !cmd

2010-05-25 Thread Benjamin R. Haskell
On Tue, 25 May 2010, Tony Mechelynck wrote: On 25/05/10 15:52, robert song wrote: Hi, everyone. I add one rm function in .bashrc, so if I use rm to delete the file, the file will be moved to ~/.Trash directory. But When I use !rm /tmp/1 command, I can't find the file in ~/.Trash

Re: How to avoid use original command while execute !cmd

2010-05-25 Thread sc
On Tuesday 25 May 2010 12:05:55 pm Benjamin R. Haskell wrote: On Tue, 25 May 2010, Tony Mechelynck wrote: On 25/05/10 15:52, robert song wrote: Hi, everyone. I add one rm function in .bashrc, so if I use rm to delete the file, the file will be moved to ~/.Trash directory. But

MS-Windows users of the gVim Read only shorcut?

2010-05-25 Thread Bram Moolenaar
By default the MS-Windows installer creates three icons on the desktop: gVim gVim Easy gVim Read only The Easy one is really different, it starts in Insert mode. Useful for people who want a notepad replacement. I wonder if anyone uses the Read only icon. If not then

Re: MS-Windows users of the gVim Read only shorcut?

2010-05-25 Thread Ben Fritz
On May 25, 2:37 pm, Bram Moolenaar b...@moolenaar.net wrote: By default the MS-Windows installer creates three icons on the desktop:         gVim         gVim Easy         gVim Read only The Easy one is really different, it starts in Insert mode.  Useful for people who want a notepad

Re: MS-Windows users of the gVim Read only shorcut?

2010-05-25 Thread cncy...@gmail.com
I use windows xp, 2003 server, win7, but never clicked 'read only' shortcut. I use vim or gvim in 'cmd' mode, and gvim(invoked by global hot-key) in gui. -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more

Re: MS-Windows users of the gVim Read only shorcut?

2010-05-25 Thread sc
On Tuesday 25 May 2010 4:16:24 pm Ben Fritz wrote: but unless I'm missing something, launching vimdiff with no files by double-clicking on the desktop icon is pretty worthless. perhaps it's there for drag-n-drop duties sc -- You received this message from the vim_use maillist. Do not

Broken URLs in Vim help files

2010-05-25 Thread Dominique Pellé
Hi I noticed that the following URLs in Vim help files are broken. Does anyone know replacements for some of them? It would be nice to update help files if possible. diff.txt: http://jlb.twu.net/code/unixkit.php gui.txt:http://www.inria.fr/koala/colas/mouse-wheel-scroll/

Re: Broken URLs in Vim help files

2010-05-25 Thread Benjamin R. Haskell
On Wed, 26 May 2010, Dominique Pellé wrote: Hi I noticed that the following URLs in Vim help files are broken. Does anyone know replacements for some of them? It would be nice to update help files if possible. Here are three... pi_netrw.txt:

Re: Broken URLs in Vim help files

2010-05-25 Thread Charles E Campbell Jr
Benjamin R. Haskell wrote: On Wed, 26 May 2010, Dominique Pellé wrote: Hi I noticed that the following URLs in Vim help files are broken. Does anyone know replacements for some of them? It would be nice to update help files if possible. Here are three... pi_netrw.txt:

Re: How to avoid use original command while execute !cmd

2010-05-25 Thread NickC
On Tue, 25 May 2010 19:31:14 +0200, Christian Brabandt wrote: That should work. Alternatively, and probably better integrated would be something like libtrash ? but I have not tried that. ? http://pages.stern.nyu.edu/~marriaga/software/libtrash/ Christian, in my newsreader (pan), the

Re: MS-Windows users of the gVim Read only shorcut?

2010-05-25 Thread taco
I never use read only shortcut, I just use Gvim only, I delete the other two shortcuts after I install vim packages. On Wed, May 26, 2010 at 6:37 AM, sc tooth...@swbell.net wrote: On Tuesday 25 May 2010 4:16:24 pm Ben Fritz wrote: but unless I'm missing something, launching vimdiff with no

Re: editing an existing buffer

2010-05-25 Thread Tony Mechelynck
On 25/05/10 17:11, Ben Fritz wrote: On May 24, 6:20 pm, Kirill Igumenshchevkirill_i...@yahoo.com wrote: hi, suppose i have a vim session (vim1) with multiple buffers. I open another session vim2 in another terminal and would like to edit one of the files that is already opened as a hidden

ANN: refactor v0.1.0 released

2010-05-25 Thread Luc Hermitte
Hello, I've just released a first version of a generic refactoring suite for Vim. http://code.google.com/p/lh-vim/wiki/lhRefactor Today the following refactorings are supported: - extract variable (on v_CTRL-X_v) - extract type (on v_CTRL-X-t) - and extract function (on v_CTRL-X_f) This