Skip to content

Commit

Permalink
Increase the history-limit in tmux config
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Aug 20, 2024
1 parent d98f315 commit d7bed4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dotfiles/General/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set -g display-panes-active-colour black
set -g display-panes-colour black
set -g display-panes-time 1000
set -g display-time 750
set -g history-limit 2000
set -g history-limit 10000
set -g key-table "root"
set -g lock-after-time 0
set -g lock-command "lock -np"
Expand Down

0 comments on commit d7bed4d

Please sign in to comment.