We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee505b commit 7fbfe4aCopy full SHA for 7fbfe4a
tmux.conf
@@ -2,9 +2,8 @@ set -g default-terminal "screen-256color"
2
if-shell 'test "$(uname -s)" = Darwin' \
3
'set-option -g default-command "exec reattach-to-user-namespace -l zsh"' \
4
'set-option -g default-command "/bin/zsh"'
5
-set -g mouse on
6
-# allow toggle mouse on off with C-b m
7
-bind m set -g mouse \; display 'mouse is now #{?mouse,on,off}'
+
+set-option -g history-limit 10000
8
9
# splits and new windows open in current directory.
10
bind '%' split-window -h -c '#{pane_current_path}' # Split panes horizontal
0 commit comments