We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6ff2a commit 2a3658dCopy full SHA for 2a3658d
tmux.conf
@@ -3,7 +3,7 @@ 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
6
-set-option -g history-limit 10000
+set-option -g history-limit 100000
7
8
# splits and new windows open in current directory.
9
bind '%' split-window -h -c '#{pane_current_path}' # Split panes horizontal
0 commit comments