[Edited for clarity]
GNU Screen - A Hacker's Ideal Terminal
11–20 of 103 posts
Re: GNU Screen - A Hacker's Ideal Terminal
#12Screen uses C-a as its "command" character. Unfortunately, C-a means "go to start of line" in emacs and terminals. The solution? In your .screenrc file: escape ^Ww This will default C-w as the command character.
Isn't C-w kill-region in emacs? I recently came up against this problem too, but what else to change it to .. ?
edit: You could maybe try C-9 or use a symbol. I was only thinking in letters.
Re: GNU Screen - A Hacker's Ideal Terminal
#13Screen uses C-a as its "command" character. Unfortunately, C-a means "go to start of line" in emacs and terminals. The solution? In your .screenrc file: escape ^Ww This will default C-w as the command character.
Ctrl+T is the menu access character in aptitude, is there any convention around that?
Re: GNU Screen - A Hacker's Ideal Terminal
#14Re: GNU Screen - A Hacker's Ideal Terminal
#15Re: GNU Screen - A Hacker's Ideal Terminal
#16Screen uses C-a as its "command" character. Unfortunately, C-a means "go to start of line" in emacs and terminals. The solution? In your .screenrc file: escape ^Ww This will default C-w as the command character.
% screen -e^]]
Then Ctrl-] is my escape.
Re: GNU Screen - A Hacker's Ideal Terminal
#17Screen uses C-a as its "command" character. Unfortunately, C-a means "go to start of line" in emacs and terminals. The solution? In your .screenrc file: escape ^Ww This will default C-w as the command character.
Isn't C-w kill-region in emacs? I recently came up against this problem too, but what else to change it to .. ?
escape ^^^
Ctrl+Shift 6
Re: GNU Screen - A Hacker's Ideal Terminal
#18Re: GNU Screen - A Hacker's Ideal Terminal
#19Screen is an amazingly useful tool. If you aren't using it or something like it, you are really making life more difficult for yourself. If you want something that isn't GNU or GPL'd, take a look at `tmux`.
Re: GNU Screen - A Hacker's Ideal Terminal
#20Either way, if you use Unix, learn to use screen or tmux. They're tremendouslyuseful. (Also: Noisy wireless connections are the new flaky dialup, when it comes to resuming shell sessions.)