Skip to content

Commit 7fbfe4a

Browse files
committed
tmux: rm mouse option and increase history
1 parent fee505b commit 7fbfe4a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tmux.conf

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ set -g default-terminal "screen-256color"
22
if-shell 'test "$(uname -s)" = Darwin' \
33
'set-option -g default-command "exec reattach-to-user-namespace -l zsh"' \
44
'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}'
5+
6+
set-option -g history-limit 10000
87

98
# splits and new windows open in current directory.
109
bind '%' split-window -h -c '#{pane_current_path}' # Split panes horizontal

0 commit comments

Comments
 (0)