disable window closing confirmation
This commit is contained in:
parent
1d280ee4d6
commit
be3a03ccb3
1 changed files with 1 additions and 0 deletions
|
@ -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 = {
|
||||||
-- {
|
-- {
|
||||||
|
|
Loading…
Reference in a new issue