Skip to content

Commit

Permalink
use ctrl+a for quick pane switching, not to clash with nested tmux ct…
Browse files Browse the repository at this point in the history
…rl+a a
  • Loading branch information
qrwteyrutiyoup committed Aug 13, 2013
1 parent 4cb5124 commit acd8f11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .tmux.conf
Expand Up @@ -37,8 +37,7 @@ setw -g aggressive-resize on
setw -g xterm-keys on

# quick pane cycling
unbind ^A
bind ^A select-pane -t :.+
bind-key C-a select-pane -t :.+

# window title
set-option -g set-titles on
Expand Down

0 comments on commit acd8f11

Please sign in to comment.