summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-01-15 21:41:27 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-01-15 21:41:27 -0500
commit741779e5abe05a4f25e2c3c34f1a8dc763a965cd (patch)
treecab836f0f65d04df81ad53b1bb7f989a12c59014 /config
parent48ec498cf78bf7a69373c5f5af3c2f2a3ebe54ce (diff)
update keymap.toml
Diffstat (limited to 'config')
-rw-r--r--config/keymap.toml15
1 files changed, 7 insertions, 8 deletions
diff --git a/config/keymap.toml b/config/keymap.toml
index 48f5ac3..6dfefb1 100644
--- a/config/keymap.toml
+++ b/config/keymap.toml
@@ -126,9 +126,9 @@ command = "cd"
args = [ "~/" ]
[[mapcommand]]
-keys = [ "g", "b" ]
+keys = [ "g", "d" ]
command = "cd"
-args = [ "~/builds" ]
+args = [ "~/Downloads" ]
[[mapcommand]]
keys = [ "/" ]
@@ -136,11 +136,11 @@ command = "search"
[[mapcommand]]
-keys = [ "t", "t" ]
+keys = [ "T" ]
command = "new_tab"
[[mapcommand]]
-keys = [ "w", "w" ]
+keys = [ "W" ]
command = "close_tab"
[[mapcommand]]
@@ -149,14 +149,13 @@ command = "tab_switch"
args = [ "-1" ]
[[mapcommand]]
-keys = [ "]" ]
+keys = [ "Tab" ]
command = "tab_switch"
args = [ "1" ]
[[mapcommand]]
-keys = [ "Tab" ]
-command = "tab_switch"
-args = [ "1" ]
+keys = [ "=" ]
+command = "set_mode"
## Features not yet implemented