summaryrefslogtreecommitdiffstats
path: root/config/keymap.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config/keymap.toml')
-rw-r--r--config/keymap.toml21
1 files changed, 13 insertions, 8 deletions
diff --git a/config/keymap.toml b/config/keymap.toml
index de5dccd..48f5ac3 100644
--- a/config/keymap.toml
+++ b/config/keymap.toml
@@ -111,24 +111,24 @@ command = "mkdir"
[[mapcommand]]
-keys = [ "g", "d" ]
+keys = [ "g", "r" ]
command = "cd"
-args = [ "~/Downloads" ]
+args = [ "/" ]
[[mapcommand]]
-keys = [ "g", "h" ]
+keys = [ "g", "e" ]
command = "cd"
-args = [ "~/" ]
+args = [ "/etc" ]
[[mapcommand]]
-keys = [ "g", "r" ]
+keys = [ "g", "h" ]
command = "cd"
-args = [ "/" ]
+args = [ "~/" ]
[[mapcommand]]
-keys = [ "g", "e" ]
+keys = [ "g", "b" ]
command = "cd"
-args = [ "/etc" ]
+args = [ "~/builds" ]
[[mapcommand]]
keys = [ "/" ]
@@ -153,6 +153,11 @@ keys = [ "]" ]
command = "tab_switch"
args = [ "1" ]
+[[mapcommand]]
+keys = [ "Tab" ]
+command = "tab_switch"
+args = [ "1" ]
+
## Features not yet implemented
[[mapcommand]]