Skip to content

Commit

Permalink
feat(tmux): increase repeat-time
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Sep 12, 2023
1 parent b3537df commit d19f95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ bind-key p display-popup -E "tmux-sessionizer"
bind-key e run-shell "tmux-gh-dash"
bind-key g run-shell "tmux neww tmux-sessionizer default"

set-option -g repeat-time 0
set-option -g repeat-time 1000

thm_bg="#000000"
thm_fg="#cdd6f4"
Expand Down

0 comments on commit d19f95f

Please sign in to comment.