Tagged Questions
The screenrc tag has no wiki summary.
10
votes
6answers
3k views
gnu screen - changing the default escape command key to ALT-X?
In GNU screen, I want to change the default command binding to Alt-s (by tweaking .screenrc) instead of the default C-a, the reason is I use emacs hence GNU screen binds the C-a key, sending "C-a" to ...
1
vote
0answers
51 views
How to show in gnu screen hardstatus what tab was selected previously?
Every time I work in console I use gnu screen programme. I have custom
.screenrc file with several settings. Among others I have setting that
shows 'tabs' in the bottom:
hardstatus alwayslastline
...
1
vote
0answers
49 views
GNU screen custom key bindings format
I am trying to add key bindings to the .screenrc file for making a lot of things easier. So far I have understood the following pattern
bindkey "^k" eval "copy" "stuff k" # enter copy mode and ...
1
vote
0answers
136 views
Can't get the correct format for my .screenrc
This is my .screenrc. The goal, was for it to load up the client in the furthest left panel with a width of 85 (in gnome-terminal, FYI), the next section would be split in two, top and bottom. Both ...
0
votes
2answers
823 views
Unable to source in .screenrc
I have the following in my .screenrc
source ~/bin/Screen/multiUserSettings
It gives me
No such file or directory
although I have it.
The following code says me that unknown command ".".
. ...