summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-04-27 21:32:52 -0400
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-04-27 21:32:52 -0400
commit6f0ae400152d02f43ffd2911040302c97d84178f (patch)
tree8c46a221cdfe25f1a9cb5bbfef33a130e08ce845 /config
parent65e9bf281c711308c63c9e1819d76f981bfb8c86 (diff)
change struct names and update keymap.toml
Diffstat (limited to 'config')
-rw-r--r--config/keymap.toml29
1 files changed, 20 insertions, 9 deletions
diff --git a/config/keymap.toml b/config/keymap.toml
index a3c3724..854b69b 100644
--- a/config/keymap.toml
+++ b/config/keymap.toml
@@ -9,22 +9,22 @@ command = "reload_dir_list"
[[mapcommand]]
keys = [ "Up" ]
-command = "cursor_move"
-args = [ "-1" ]
+command = "cursor_move_up"
+args = [ "1" ]
[[mapcommand]]
keys = [ "k" ]
-command = "cursor_move"
-args = [ "-1" ]
+command = "cursor_move_up"
+args = [ "1" ]
[[mapcommand]]
keys = [ "Down" ]
-command = "cursor_move"
+command = "cursor_move_down"
args = [ "1" ]
[[mapcommand]]
keys = [ "j" ]
-command = "cursor_move"
+command = "cursor_move_down"
args = [ "1" ]
[[mapcommand]]
@@ -140,6 +140,11 @@ command = "mkdir"
[[mapcommand]]
+keys = [ "g", "P" ]
+command = "cd"
+args = [ "~/Pictures" ]
+
+[[mapcommand]]
keys = [ "g", "r" ]
command = "cd"
args = [ "/" ]
@@ -160,6 +165,12 @@ command = "cd"
args = [ "~/Downloads" ]
[[mapcommand]]
+keys = [ "g", "p" ]
+command = "cd"
+args = [ "~/Pictures" ]
+
+
+[[mapcommand]]
keys = [ "/" ]
command = "search"
@@ -196,7 +207,7 @@ command = "set_mode"
## Features not yet implemented
-[[mapcommand]]
-keys = [ "b", "b" ]
-command = "bulk_rename"
+## [[mapcommand]]
+## keys = [ "b", "b" ]
+## command = "bulk_rename"