vim: xterm copypaste via keyboard

2012-08-13 Thread ping
guys: I know this might looks not vim related in the first glance... but since I almost only use console vim, so a good terminal is essential here. I ever used some terminal apps like gnome-terminal, terminator, guake, konsole, etc, for a reason or two, they have sth I don't like and couldn't

Re: vim: input line history

2012-08-13 Thread ping
thanks that looks a good plugin to have! On 08/09/2012 10:38 AM, Ben Fritz wrote: my expectation is I will get what I previously input as a list: 1. I'm a beginner 2. but I'm not a good learner so looks I misunderstood this :history i regards ping I see. So in response to your

Re: vim: xterm copypaste via keyboard

2012-08-13 Thread Taylor Hedberg
It's not a direct answer to your question (re: xterm), but I use rxvt-unicode (a.k.a. urxvt), which is an xterm clone with Unicode support added and a lot of old, rarely-used cruft stripped out. rxvt-unicode doesn't have keyboard select/paste out of the box, but another feature it adds beyond

Re: always paste as if :set pate is on.

2012-08-13 Thread Hayaki Saito
Hi tia, If you use Vim in terminal which supports Bracketed Paste Mode, the following link may be useful. http://ttssh2.sourceforge.jp/manual/en/usage/tips/vim.html These days,, Bracketed Paste Mode is supported by almost major terminals. --- Hayaki Saito u...@zuse.jp On 2012/08/13, at

Re: always paste as if :set pate is on.

2012-08-13 Thread Ben Fritz
On Sunday, August 12, 2012 11:22:38 PM UTC-5, sinbad wrote: how do i make vim think that the set paste option is set if i'm pasting output from outside. i use shift-insert to paste, can this be mapped to set/unset paste? tia Probably, but mappings are ignored while 'paste' is set. Also

Re: always paste as if :set pate is on.

2012-08-13 Thread Paul
On Monday, 13 August, 2012 at 14:11:48 BST, Hayaki Saito wrote: If you use Vim in terminal which supports Bracketed Paste Mode, the following link may be useful. http://ttssh2.sourceforge.jp/manual/en/usage/tips/vim.html These days,, Bracketed Paste Mode is supported by almost major

SelectBuf is failing

2012-08-13 Thread Tim Johnson
SelectBuf is failing with the following: Error detected while processing function selectbuf#ListBufs..SNR47_GoToBrowserWindow: line 32: E86: Buffer 94 does not exist :( What happened? thanks -- Tim tim at tee jay forty nine dot com or akwebsoft dot com http://www.akwebsoft.com -- You

Re: SelectBuf is failing

2012-08-13 Thread Christian Brabandt
Hi Tim! On Mo, 13 Aug 2012, Tim Johnson wrote: SelectBuf is failing with the following: Error detected while processing function selectbuf#ListBufs..SNR47_GoToBrowserWindow: line 32: E86: Buffer 94 does not exist :( What happened? You should probably report this as a bug to the

Re: always paste as if :set pate is on.

2012-08-13 Thread Hayaki Saito
That's great, but the screen code didn't work for me. The non screen one works like a charm. Does screen mean GNU Screen? If so, try this patch for GNU Screen. https://gist.github.com/2977889 --- Hayaki Saito u...@zuse.jp On 2012/08/14, at 2:50, Paul wrote: On Monday, 13 August, 2012 at

where to put this script

2012-08-13 Thread Bee
I use a perl script to align columns: http://entable.s3.amazonaws.com/index.html from vim :!./entable which works great. I have a function that does a cd then executes the range for entable. I do not want to add the path to entable, so I simply use ./entable That also works great. I work on

Re: vim: xterm copypaste via keyboard

2012-08-13 Thread Thomas E. Dickey
On Monday, August 13, 2012 10:45:11 AM UTC-4, ping wrote: recently I found xterm and google search give me some quite good-working configs, it looks for me xterm is like-weight, fast, good-looking, vim-friendly terminal that I should give it a trial. vim does have xterm-specific features

Re: vim: xterm copypaste via keyboard

2012-08-13 Thread ping
On 08/13/2012 11:12 AM, Taylor Hedberg wrote: It's not a direct answer to your question (re: xterm), but I use rxvt-unicode (a.k.a. urxvt), which is an xterm clone with Unicode support added and a lot of old, rarely-used cruft stripped out. rxvt-unicode doesn't have keyboard select/paste out

Re: always paste as if :set pate is on.

2012-08-13 Thread Chris Jones
On Mon, Aug 13, 2012 at 12:22:38AM EDT, sinbad wrote: how do i make vim think that the set paste option is set if i'm pasting output from outside. i use shift-insert to paste, can this be mapped to set/unset paste? A different approach is to do one's pasting in insert mode via i_CRTL-R and

Re: vim: bind ctrl+shift+aletter

2012-08-13 Thread Simon Ruderich
On Thu, Aug 09, 2012 at 05:16:42PM -0400, ping wrote: so quick conclusion is: no way for ctrl-shift-c/v(like in gnome) fn is the only choice (but not convenient) That's not entirely correct. You can configure your terminal emulator to send a different keycode for ctrl-shift-c/v if your

Re: where to put this script

2012-08-13 Thread Simon Ruderich
On Mon, Aug 13, 2012 at 01:23:32PM -0700, Bee wrote: I use a perl script to align columns: http://entable.s3.amazonaws.com/index.html from vim :!./entable which works great. I have a function that does a cd then executes the range for entable. I do not want to add the path to entable, so

Re: where to put this script

2012-08-13 Thread Tony Mechelynck
On 13/08/12 22:23, Bee wrote: I use a perl script to align columns: http://entable.s3.amazonaws.com/index.html from vim :!./entable which works great. I have a function that does a cd then executes the range for entable. I do not want to add the path to entable, so I simply use ./entable

Re: SelectBuf is failing

2012-08-13 Thread Tim Johnson
* Christian Brabandt cbli...@256bit.org [120813 11:20]: Hi Tim! On Mo, 13 Aug 2012, Tim Johnson wrote: SelectBuf is failing with the following: Error detected while processing function selectbuf#ListBufs..SNR47_GoToBrowserWindow: line 32: E86: Buffer 94 does not exist :(

Re: Install matchit

2012-08-13 Thread Benjamin R. Haskell
On Sun, 12 Aug 2012, Benji Fisher wrote: On Sun, Aug 12, 2012 at 10:12 AM, Tony Mechelynck wrote: On 12/08/12 11:26, lilleskut wrote: I have a problem installing the matchit plugin (for matching html tags) which comes with vim on debian. As far as I understand, all I have to do is ':so

Re: Install matchit

2012-08-13 Thread Tony Mechelynck
On 14/08/12 02:38, Benjamin R. Haskell wrote: On Sun, 12 Aug 2012, Benji Fisher wrote: [...] If you typed PATHTOMATCHIT literally, it would not work. I usually recommend adding this to your vimrc file: source $VIMRUNTIME/macros/matchit.vim This is roughly equivalent to Tony's