diff options
author | Juan J. Martinez <jjm@usebox.net> | 2020-08-04 20:37:03 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:29 +0100 |
commit | bbb6d0f22956268f1b616863005cc138ef3bfd10 (patch) | |
tree | 63b3a44ee487210ec6b6c2150762f2a70c288eca | |
parent | 4ac99146d019965fc02ba53ebfdf21cad5211f9f (diff) | |
download | dotnvim-bbb6d0f22956268f1b616863005cc138ef3bfd10.tar.gz dotnvim-bbb6d0f22956268f1b616863005cc138ef3bfd10.zip |
Avoid closing by mistake
-rw-r--r-- | kitty.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -502,7 +502,7 @@ resize_in_steps no #: when resizing the OS window. Note that this does not currently work #: on Wayland. -confirm_os_window_close 0 +confirm_os_window_close 1 #: Ask for confirmation when closing an OS window or a tab that has at #: least this number of kitty windows in it. A value of zero disables |