chore(wezterm): don;t need auto copy when double click

main
sudo pacman -Syu 2023-10-06 02:00:30 +07:00
parent 4736f0de88
commit 0e02c52a3b
1 changed files with 10 additions and 0 deletions

View File

@ -55,6 +55,16 @@ return {
},
},
-- Don't need auto copy when double click
-- https://github.com/wez/wezterm/discussions/3760
mouse_bindings = {
{
event = { Up = { streak = 1, button = "Left" } },
mods = "NONE",
action = wezterm.action.Nop,
},
},
use_fancy_tab_bar = false,
hide_tab_bar_if_only_one_tab = true,
tab_bar_at_bottom = true,