Merge branch 'master' into ollama

This commit is contained in:
Gered 2024-10-03 08:45:45 -04:00
commit 1c913a6642

View file

@ -84,6 +84,11 @@ config.keys = {
mods = "CTRL|SHIFT|ALT",
action = wezterm.action.CloseCurrentPane({ confirm = true }),
},
{
key = "F",
mods = "CTRL|SHIFT",
action = wezterm.action.Search({ CaseInSensitiveString = "" }),
},
}
--------------------------------------------------------------------------------