Re: copy&paste in vim inside screen that started from console (not started from under X)

2011-09-06 Thread Kevin Van Workum
Hi Ping, There are a couple of options for setting DISPLAY automatically for new windows. 1. You could put "export DISPLAY=:0.0" in your bashrc file. 2. You could put "setenv DISPLAY :0.0" in your screenrc file. 3. You could manually run the above screen command (via C-a :) in an active screen se

Re: copy&paste in vim inside screen that started from console (not started from under X)

2011-09-06 Thread ping
hi kevin/folks: just update about this issue. this morning my X got froze after long weekend -- I was able to work on it in ssh all the time though. I have 2 screen sessions previously created using option 2) -- start screen inside ssh connections to loopback. I killed the X and got a new X. I