Tagged Questions
1
vote
1answer
591 views
disabling specific byobu/screen keybindings that conflict with vim keybindings
ctrl + a under byobu has either emacs mode or screen mode. However, I need keybindings like ctrl + a for vim's "increment value" method. How would I prevent byobu/screen from blocking certain keyboard ...
0
votes
2answers
432 views
256 Color Issue when using GNU Screen inside GNU Screen
When I have a SSH session in GNU Screen to another machine on which I'm also using GNU Screen, 256 colors don't seem to work. The $TERM is still set correctly. However, if I run Vim, the theme does ...
1
vote
1answer
124 views
Some keys not working under screen in vim
When using vim under screen, some keys are not working.
Namely, Pressing Alt-Left produces '3D'
and Alt-Right produces '3C'
Also, pressing Up/Down when scrolling list of files in Command-T plugin ...
2
votes
2answers
268 views
When using vim with screen the keys ctrl + right and ctrl + left don't work
In the last days i became very addicted of using the combination terminator (in full screen) + screen + vim. But i'm having problems with the ctrl + right and ctrl + left key mappings, they are ...
3
votes
3answers
392 views
How to I use Vim's increment (Control-a) when in a screen session?
Is there a way to re-map Control-a in screen to Alt-a or something else, so I can use Control-A in Vim normally (increments the number under the cursor)?