summaryrefslogtreecommitdiffstats
path: root/config/keymap.toml
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2021-05-19 21:48:13 -0400
committerGitHub <noreply@github.com>2021-05-19 21:48:13 -0400
commitb290f4b220cf749b8e06913b24fae28788ca04bc (patch)
treedef03aa8c4ff90dfaa97206570e666b9b779ab18 /config/keymap.toml
parent365024d024c0a12cbf502dfc893057ad8e425003 (diff)
fix open_file
Diffstat (limited to 'config/keymap.toml')
-rw-r--r--config/keymap.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/keymap.toml b/config/keymap.toml
index 6161df3..da5aff3 100644
--- a/config/keymap.toml
+++ b/config/keymap.toml
@@ -76,7 +76,7 @@ keys = [ "]" ]
command = "open"
keys = [ "arrow_right" ]
[[mapcommand]]
-command = "open_file"
+command = "open"
keys = [ "l" ]
[[mapcommand]]
command = "open"