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

15 lines
229 B
Text

# vim: ft=screen
bind h focus left
bind n focus down
bind e focus up
bind i focus right
bind H resize -h -5
bind N resize -v +5
bind E resize -v -5
bind I resize -h +5
# Window navigation (prev/next)
bind ^h prev
bind ^i next