Skip to content

Commit a44fb0c

Browse files
drnclaude
andauthored
Remove redraw-time option dropped in tmux 3.6
The redraw-time server option was removed in tmux 3.6. Remove it from tmux.conf to fix the invalid option error on startup. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5c206b2 commit a44fb0c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

home/tmux.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ set -sg escape-time 0
99
set -g default-terminal "tmux-256color"
1010
# enable truecolor terminal support
1111
set -as terminal-features ',xterm-256color:RGB'
12-
# disable redraw batching for immediate screen updates
13-
set -g redraw-time 0
1412
# set history size to 10k
1513
set -g history-limit 100000
1614
# Use vim keybindings in copy mode

0 commit comments

Comments
 (0)