update welcome message and expand history to 50k
This commit is contained in:
parent
25695f67a3
commit
a9e921dc06
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue