diff --git a/VERSION b/VERSION
index 85943544..68163fed 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-8.13.0
\ No newline at end of file
+8.14.0
\ No newline at end of file
diff --git a/config/kitty.nix b/config/kitty.nix
index d92f9ac9..c3c102db 100644
--- a/config/kitty.nix
+++ b/config/kitty.nix
@@ -16,6 +16,7 @@
       "kitty_mod+k" = ''
         combine : clear_terminal scrollback active : send_text normal \x0c
       '';
+      "kitty_mod+w" = "close_window_with_confirmation";
     };
     shellIntegration = {
       enableFishIntegration = true;
diff --git a/src/config/kitty.nw b/src/config/kitty.nw
index 15832ca5..9d89c27c 100644
--- a/src/config/kitty.nw
+++ b/src/config/kitty.nw
@@ -19,6 +19,7 @@
       "kitty_mod+k" = ''
         combine : clear_terminal scrollback active : send_text normal \x0c
       '';
+      "kitty_mod+w" = "close_window_with_confirmation";
     };
     shellIntegration = {
       enableFishIntegration = true;