disable window closing confirmation

This commit is contained in:
Simon Rieger 2023-12-27 02:25:06 +01:00
parent 1d280ee4d6
commit be3a03ccb3

View file

@ -34,6 +34,7 @@ end
return { return {
pane_focus_follows_mouse = false, pane_focus_follows_mouse = false,
mouse_bindings = mb, mouse_bindings = mb,
window_close_confirmation = 'NeverPrompt',
-- leader = { key = 'VoidSymbol', timeout_milliseconds = 1000 }, -- leader = { key = 'VoidSymbol', timeout_milliseconds = 1000 },
keys = { keys = {
-- { -- {