Skip to content

Commit 2a3658d

Browse files
committed
tmux: living in luxury
1 parent dc6ff2a commit 2a3658d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmux.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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"'
55

6-
set-option -g history-limit 10000
6+
set-option -g history-limit 100000
77

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

0 commit comments

Comments
 (0)