issues using vim under screen

2011-07-14 Thread ping
I'm a heavy vim and screen user, and I find it real convenient to combine this two great tools -- running vim under screen. but there is one annoying issue about this method in my PC: from time to time I find I can't copy/paste X/system buffer from/to vim anymore- to be more specific: the issue

Re: issues using vim under screen

2011-07-14 Thread ping
I killed all windows and re-build everything from scratch. it looks find now. and I realized everytime after I re-apply my .vimrc to a vim window, the issue appears to that vim instance...so it looks more like a vim issue here. I'm doubting these are the culprit in my .vimrc, but I don't quite

Re: Exiting a list of screen sessions

2011-07-14 Thread Alan Young
On Thu, May 12, 2011 at 17:15, Sam Steingold wrote: > yes, but will it send EOF to each bash window? > if it will not, I will lose my bash history! Part of my prompt setup has PS1="\$(history -a)${PS1}" This will save each command to the history file. The most you will lose after this is a com

Re: Exiting a list of screen sessions

2011-07-14 Thread Clark J. Wang
On Fri, May 13, 2011 at 7:15 AM, Sam Steingold wrote: > > > > Try: screen -S id -X quit > > yes, but will it send EOF to each bash window? > if it will not, I will lose my bash history! > I have following alias defined in my bashrc: alias Q='[[ $WINDOW ]] && screen -X at '\''#'\'' stuff $'\''\0