Created
April 4, 2013 13:20
-
-
Save netmarkjp/5310291 to your computer and use it in GitHub Desktop.
vim like screen window handling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bindkey ^w^j eval 'focus down' | |
bindkey ^w^k eval 'focus up' | |
bindkey ^w^h eval 'focus left' | |
bindkey ^w^l eval 'focus right' | |
bindkey ^w^c eval 'screen' | |
bindkey ^w^x eval 'remove' | |
bindkey ^w^o eval 'only' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment