ctrl+a to tmux prefix

This commit is contained in:
2016-07-16 16:26:35 +02:00
parent 3025e6908a
commit dbf236c95f

View File

@@ -2,6 +2,11 @@
### Defaults
##########################################
# bind ctrl+a to tmux prefix
unbind C-b
set -g prefix C-a
bind C-a send-prefix
# terminal mode
set -g default-terminal "screen-256color"
@@ -118,7 +123,7 @@ setw -g pane-base-index 1
bind r source-file ~/.tmux.conf \; display "tmux config reloaded..."
# Setup 'x' zoom into a panes (maximize) an save/restore other panes in the current window
bind x run ". ~/.tmux/zoom"
#bind x run ". ~/.tmux/zoom"
# set terminal title
set -g set-titles on