ajout zoom tmux

This commit is contained in:
motius 2017-06-05 12:47:49 +02:00
parent 7f69a67de6
commit 0662597e89
1 changed files with 6 additions and 0 deletions

View File

@ -40,6 +40,9 @@ bind l select-pane -R
bind e set -g mode-mouse on
bind z set -g mode-mouse off
# zoom
bind Z resize-pane -Z
# Use Alt-vim keys without prefix key to switch panes
bind -n M-h select-pane -L
bind -n M-j select-pane -D
@ -77,3 +80,6 @@ set -g status-right '#[fg=yellow]#(cut -d " " -f 1-3 /proc/loadavg)#[default] #[
set-window-option -g xterm-keys on
set-option -g default-terminal "xterm-256color"
# toggle char broadcast in window
bind A setw synchronize-panes