Don't disable default key prompts

This commit is contained in:
Lockszmith (VAST@MacBook) 2025-04-15 12:12:28 -04:00
parent d7e5c7d58a
commit 623bc6339a
1 changed files with 1 additions and 1 deletions

View File

@ -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' }