disable wezterm copy on selection

This commit is contained in:
xfy
2024-11-26 08:48:00 +08:00
parent dc4f57833c
commit e1113bd09c

View File

@ -35,6 +35,14 @@ config.hide_tab_bar_if_only_one_tab = true
config.color_scheme = "Catppuccin Mocha" config.color_scheme = "Catppuccin Mocha"
config.font_size = 16 config.font_size = 16
config.mouse_bindings = {
{
event = { Up = { streak = 1, button = "Left" } },
mods = "NONE",
action = wezterm.action.Nop,
},
}
-- keys -- keys
config.keys = { config.keys = {
{ key = "l", mods = "ALT", action = wezterm.action.ShowLauncher }, { key = "l", mods = "ALT", action = wezterm.action.ShowLauncher },