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
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
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
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