|
@@ -12,7 +12,7 @@
|
|
# terminal type, history size, env
|
|
# terminal type, history size, env
|
|
#
|
|
#
|
|
set -g default-terminal "screen-256color"
|
|
set -g default-terminal "screen-256color"
|
|
-set -g history-limit 1000
|
|
|
|
|
|
+set -g history-limit 102400
|
|
set -g update-environment "DISPLAY WINDOWID SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION"
|
|
set -g update-environment "DISPLAY WINDOWID SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION"
|
|
#set -g terminal-overrides 'xterm*:smcup@:rmcup@'
|
|
#set -g terminal-overrides 'xterm*:smcup@:rmcup@'
|
|
setw -g mode-mouse off
|
|
setw -g mode-mouse off
|
|
@@ -29,7 +29,7 @@ set -g prefix C-a
|
|
#
|
|
#
|
|
bind-key C-a last-window
|
|
bind-key C-a last-window
|
|
|
|
|
|
-### Some shotcuts ###
|
|
|
|
|
|
+### Some shortcuts ###
|
|
#
|
|
#
|
|
# quickly reload config file
|
|
# quickly reload config file
|
|
#
|
|
#
|