Screen move between regions
Binding keys to move left, right, up, down between regions
vim ~/.screenrc
Add:
bind j focus down
bind k focus up
bind l focus right
bind h focus left
Now pressing CTRL + A j moves to the region below
CTRL + A k moves to the region above
CTRL + A l moves to the right
CTRL + A h moves to the left
Add:
bind j focus down
bind k focus up
bind l focus right
bind h focus left
Now pressing CTRL + A j moves to the region below
CTRL + A k moves to the region above
CTRL + A l moves to the right
CTRL + A h moves to the left