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