Skip to content

Commit

Permalink
fix: increase default tmux write delay
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd committed Jun 29, 2023
1 parent 7aec7ba commit b8b9633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/image/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ local default_options = {
max_width_window_percentage = nil,
max_height_window_percentage = 50,
kitty_method = "normal",
kitty_tmux_write_delay = 5,
kitty_tmux_write_delay = 10,
}

---@type State
Expand Down

0 comments on commit b8b9633

Please sign in to comment.