dotfiles/home/dot_config/screen/+qwerty.screenrc
2025-09-27 15:28:09 +01:00

16 lines
230 B
Text

# vim: ft=screen
bind h focus left
bind j focus down
bind k focus up
bind l focus right
bind H resize -h -5
bind J resize -v +5
bind K resize -v -5
bind L resize -h +5
# Window navigation (prev/next)
bind ^h prev
bind ^l next