diff --git a/configs/.tmux.conf b/configs/.tmux.conf index c5532d6..a1a7be4 100644 --- a/configs/.tmux.conf +++ b/configs/.tmux.conf @@ -1,10 +1,10 @@ -# afx .tmux.conf 2017-2018 -# --- v7.2 --- +# afx.tmux.conf 2017-2018 # unbind all does not recover the default binds but we can list them # and fill the 'gaps' with manual rebind in the conf file using this command: # tmux -f /dev/null -L temp start-server \; list-keys unbind-key -a +display-message "] Welcome to afx' .tmux.conf v7.3 (⌐■_■) [" set-option -g prefix F2 # ctrl+b => F2 #bind-key a send-key M-a # alt+a = alt+a+a @@ -18,7 +18,7 @@ set -g set-titles-string "#(tmux ls | awk -F: '{print $1}' | xargs | sed 's/\ / set -g base-index 1 #0 is too far from ` ;) set -g status-keys vi -set -g history-limit 10000 +set -g history-limit 50000 set -sg escape-time 0 #No delay for escape key press set -g terminal-overrides "screen.xterm-new" #disable italic in searches setw -g mode-keys vi