summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-02-19 11:30:57 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-02-19 11:30:57 -0500
commitdbb60d6ecd7c4322dd0debdc51b94c0692c6b3c6 (patch)
tree177d556a45798fa9fbcab95119b26d4f2a93e89f
parentc478f3ae30a9d317fca2c540bc35626106e1f581 (diff)
update keymap.toml
-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"
+