Don't disable default key prompts
This commit is contained in:
parent
d7e5c7d58a
commit
623bc6339a
|
@ -103,7 +103,7 @@ config.font = wezterm.font_with_fallback({
|
||||||
"monospace",
|
"monospace",
|
||||||
})
|
})
|
||||||
|
|
||||||
config.disable_default_key_bindings = true
|
-- config.disable_default_key_bindings = true
|
||||||
|
|
||||||
--config.default_prog = { 'pwsh' }
|
--config.default_prog = { 'pwsh' }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue