mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 08:41:36 +00:00
disable wezterm copy on selection
This commit is contained in:
@ -35,6 +35,14 @@ config.hide_tab_bar_if_only_one_tab = true
|
||||
config.color_scheme = "Catppuccin Mocha"
|
||||
config.font_size = 16
|
||||
|
||||
config.mouse_bindings = {
|
||||
{
|
||||
event = { Up = { streak = 1, button = "Left" } },
|
||||
mods = "NONE",
|
||||
action = wezterm.action.Nop,
|
||||
},
|
||||
}
|
||||
|
||||
-- keys
|
||||
config.keys = {
|
||||
{ key = "l", mods = "ALT", action = wezterm.action.ShowLauncher },
|
||||
|
Reference in New Issue
Block a user