From a9e921dc06e5acc6ee9c8e3fa7063270e535ab24 Mon Sep 17 00:00:00 2001 From: deflax Date: Thu, 27 Sep 2018 10:41:56 +0300 Subject: [PATCH] update welcome message and expand history to 50k --- configs/.tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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