summaryrefslogtreecommitdiff
path: root/config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'config.cpp')
-rw-r--r--config.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.cpp b/config.cpp
index f5b5987..77e3ed5 100644
--- a/config.cpp
+++ b/config.cpp
@@ -13,6 +13,7 @@ KeyInputMachine global_keyinput({
{{KEY_ALT+';'},{"display_prompt"}},
{{KEY_CTRL+'S'},{"save_file"}},
{{KEY_CTRL+'O'},{"open_prompt"}},
+ {{KEY_CTRL+'W'},{"close_tab"}},
{{KEY_ESC},{"cancel"}},