mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
15 lines
229 B
Text
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
|