Skip to content

Instantly share code, notes, and snippets.

@netmarkjp
Created April 4, 2013 13:20
Show Gist options
  • Save netmarkjp/5310291 to your computer and use it in GitHub Desktop.
Save netmarkjp/5310291 to your computer and use it in GitHub Desktop.
vim like screen window handling
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