Skip to content

Commit

Permalink
screen: use ^[<,^[> for switching windows
Browse files Browse the repository at this point in the history
  • Loading branch information
majutsushi committed Mar 2, 2012
1 parent 10d38d1 commit b24eb31
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions screen/screenrc
Expand Up @@ -224,19 +224,12 @@ bind l focus right
# bindkey -k k7 prev
# bindkey -k k8 next

# ctrl+left OR right arrow cycles all the windows
# ctrl+left / right arrow cycles all the windows
bindkey "^[Oc" next
bindkey "^[Od" prev

# or if you prefer shift+arrow
# bindkey "^[[c" next
# bindkey "^[[d" prev

# shift-tab for cycling
# bindkey "^[[Z" next

bindkey "^[." next
bindkey "^[," prev
bindkey "^[>" next
bindkey "^[<" prev

# OS X (iTerm)
bindkey "≥" next
Expand Down

0 comments on commit b24eb31

Please sign in to comment.