summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/keymap.toml15
1 files changed, 8 insertions, 7 deletions
diff --git a/config/keymap.toml b/config/keymap.toml
index 12fd90f..2d204dc 100644
--- a/config/keymap.toml
+++ b/config/keymap.toml
@@ -1,6 +1,6 @@
[[mapcommand]]
-keys = [ "q" ]
-command = "quit"
+keys = [ "Q" ]
+command = "force_quit"
[[mapcommand]]
keys = [ "R" ]
@@ -169,18 +169,18 @@ keys = [ "T" ]
command = "new_tab"
[[mapcommand]]
-keys = [ "W" ]
+keys = [ "q" ]
command = "close_tab"
[[mapcommand]]
-keys = [ "[" ]
+keys = [ "Tab" ]
command = "tab_switch"
-args = [ "-1" ]
+args = [ "1" ]
[[mapcommand]]
-keys = [ "Tab" ]
+keys = [ "ShiftTab" ]
command = "tab_switch"
-args = [ "1" ]
+args = [ "-1" ]
[[mapcommand]]
keys = [ "=" ]
@@ -191,3 +191,4 @@ command = "set_mode"
[[mapcommand]]
keys = [ "b", "b" ]
command = "bulk_rename"
+