update welcome message and expand history to 50k

This commit is contained in:
deflax 2018-09-27 10:41:56 +03:00 committed by GitHub
parent 25695f67a3
commit a9e921dc06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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