summaryrefslogtreecommitdiffstats
path: root/config/keymap.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config/keymap.toml')
-rw-r--r--config/keymap.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/keymap.toml b/config/keymap.toml
index 4bc64da..6a0050e 100644
--- a/config/keymap.toml
+++ b/config/keymap.toml
@@ -106,6 +106,16 @@ command = "mkdir"
[[mapcommand]]
+keys = [ "g", "d" ]
+command = "cd"
+args = [ "~/Downloads" ]
+
+[[mapcommand]]
+keys = [ "g", "h" ]
+command = "cd"
+args = [ "~/" ]
+
+[[mapcommand]]
keys = [ "g", "r" ]
command = "cd"
args = [ "/" ]