mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 16:51: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.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 },
|
||||||
|
Reference in New Issue
Block a user