Merge branch 'master' into ollama
This commit is contained in:
commit
1c913a6642
|
@ -84,6 +84,11 @@ config.keys = {
|
||||||
mods = "CTRL|SHIFT|ALT",
|
mods = "CTRL|SHIFT|ALT",
|
||||||
action = wezterm.action.CloseCurrentPane({ confirm = true }),
|
action = wezterm.action.CloseCurrentPane({ confirm = true }),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key = "F",
|
||||||
|
mods = "CTRL|SHIFT",
|
||||||
|
action = wezterm.action.Search({ CaseInSensitiveString = "" }),
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue