Tagged Questions
3
votes
3answers
98 views
Replacement shortcuts for `screen` [closed]
Screen uses the shortcut CtrlA to activate. I find that this interferes with the Bash command for jumping to the start of the line, and the VIM command for incrementing an integer. Certainly I could ...
9
votes
2answers
2k views
Shell: how to go to the beginning of line when you are inside a screen?
I am inside a screen (screen -Ra). I have a long command, and I am at the end. Instead of keeping the left arrow, how can you go to the beginning of the line?
CTRL-A works when I am in a normal ...
2
votes
3answers
531 views
console vim in screen session: remap Ctrl-Shift-Left, Ctrl-Shift-Right to not delete lines
I have my gvim setup so that I can select word-wise with Ctrl-Shift-Right, Ctrl-Shift-Left etc. (yes, I know it's a bad habit, but it works for me..).
Unfortunately, these key combinations delete ...
2
votes
1answer
221 views
How to move window in GNU Screen
I have a window called 'Codes' in window 1, and I want to move it to window 7, is it possible?
3
votes
2answers
396 views
Working with screen and emacs
I'm working with emacs (on the terminal) and I use screen to switch between terminals. The key combination Ctrl+A is grabbed by screen. Is there a way to change screen key binding?