summaryrefslogtreecommitdiffstats
path: root/config/keymap.toml
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2020-11-22 21:51:51 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2020-11-22 21:51:51 -0500
commit0e3ee5aa31368a1501e24beb33ae1020c0ac332e (patch)
tree3313c5002661ba0f04e74256559b6f13964b5616 /config/keymap.toml
parent29b19b1f1172632a1ef68a232d1058149be87c4a (diff)
add support for moving parent cursor
Diffstat (limited to 'config/keymap.toml')
-rw-r--r--config/keymap.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/keymap.toml b/config/keymap.toml
index 0e300da..5afd8b3 100644
--- a/config/keymap.toml
+++ b/config/keymap.toml
@@ -66,6 +66,13 @@ command = "cursor_move_page_down"
keys = [ "page_down" ]
[[mapcommand]]
+command = "parent_cursor_move_up"
+keys = [ "[" ]
+[[mapcommand]]
+command = "parent_cursor_move_down"
+keys = [ "]" ]
+
+[[mapcommand]]
command = "open_file"
keys = [ "right" ]
[[mapcommand]]