GNU screen configuration for optimal keycode recognition
Posted
by intuited
on Server Fault
See other posts from Server Fault
or by intuited
Published on 2009-12-19T09:22:11Z
Indexed on
2010/04/12
0:03 UTC
Read the original article
Hit count: 433
Currently GNU screen will botch up certain keystrokes, for example CTRL pressed in combination with the arrow keys, so that eg when in vim insert mode, CTRL-PGUp will Uppercase the next/current word (or something like that). I'd like for it to work pretty much transparently, so that the functionality is the same as when it's not running (with the obvious exception of CTRL-a control sequences)... is this possible?
Also — and I suspect this is more or less a separate issue — I'd like for the scrollwheel to scroll back in the session log rather than cycling through the history as it does now. Doable? Or perhaps it could be set to emulate a much larger screen size that the terminal app that it's running under could keep that text in its session log. either way the goal would be to be able to use the mouse wheel and/or shift-up-arrow to scroll back in the session log.
© Server Fault or respective owner