diff options
author | Juan J. Martinez <jjm@usebox.net> | 2020-08-04 21:52:52 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:29 +0100 |
commit | 569250f6cd2f4dc665ddbdb8c122e4f67fc442d9 (patch) | |
tree | dc9db80bfe00a00c5864442f74d3d50817b10161 /kitty.conf | |
parent | bbb6d0f22956268f1b616863005cc138ef3bfd10 (diff) | |
download | dotnvim-569250f6cd2f4dc665ddbdb8c122e4f67fc442d9.tar.gz dotnvim-569250f6cd2f4dc665ddbdb8c122e4f67fc442d9.zip |
Revert "Avoid closing by mistake"
This reverts commit fdb5413c17602bc79501ba8e0a26cdbf3e4d81f0.
Not important as we run tmux :D
Diffstat (limited to 'kitty.conf')
-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 1 +confirm_os_window_close 0 #: 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 |