commit c592f7f296655e18d8b9375a2fa98d33de34d700 parent 127470a5ce8dbc83ec593c2544f657e6afa8a78e Author: Anders Damsgaard <anders.damsgaard@geo.au.dk> Date: Thu, 4 Jun 2015 19:50:03 +0200 use C-a as tmux prefix Diffstat:
M | .tmux.conf | | | 11 | +++++++---- |
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/.tmux.conf b/.tmux.conf @@ -1,7 +1,7 @@ -# C-a as tmux key -set-option -g prefix C-Space -bind-key C-s last-window # Go to last window with C-a C-s -bind-key C-a last-pane # Go to last pane with C-a C-a +#set-option -g prefix C-Space # C-SPC as tmux key +set-option -g prefix C-a +bind-key C-s last-window # Go to last window with C-SPC C-s +bind-key C-a last-pane # Go to last pane with C-SPC C-a #set-option -g prefix C-b #bind-key C-w last-window # Go to last window with C-b C-w #bind-key C-b last-pane # Go to last pane with C-b C-b @@ -102,6 +102,9 @@ set -g status-justify centre # Timeout for pane-numbering in milliseconds set-option -g display-panes-time 3000 +# Speed up commands +set-option -sg escape-time 0 + # Highlight active window #setw -g window-status-fg cyan #setw -g window-status-bg default