summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2023-04-10 09:02:25 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2023-04-10 09:02:25 -0400
commit1edf9bb64033e45c1288d8cea7b6a6b45e6fa1d9 (patch)
treedf2f7ad92f3ec127aa82d1eab2ae264309f4d9fc
parent6e968f8aab4cff7f001c10c3fcbe59030dda6ed0 (diff)
add Ctrl+C keymap
-rw-r--r--config/keymap.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/keymap.toml b/config/keymap.toml
index 4a9763d..7076cf9 100644
--- a/config/keymap.toml
+++ b/config/keymap.toml
@@ -8,6 +8,7 @@ keymap = [
{ keys = [ "W" ], command = "close_tab" },
{ keys = [ "ctrl+w" ], command = "close_tab" },
{ keys = [ "q" ], command = "close_tab" },
+ { keys = [ "ctrl+c" ], command = "quit" },
{ keys = [ "Q" ], command = "quit --output-current-directory" },
{ keys = [ "R" ], command = "reload_dirlist" },