Merge remote-tracking branch 'origin/ollama' into ollama

This commit is contained in:
Gered 2024-10-03 18:35:49 -04:00
commit 6ea0395b53

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 = "" }),
},
}
--------------------------------------------------------------------------------