summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2021-09-25 12:42:40 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2021-09-25 12:42:40 -0400
commit281da8fcc27563530289046838bb50d340fa33ce (patch)
treeab17dee14a2f79e82e84de97488b9c92b703a194 /config
parent7d5415747ee3128d7987d3eabbb21ea342c1bf7e (diff)
rename copy_dirname to copy_dirpath
Diffstat (limited to 'config')
-rw-r--r--config/keymap.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/keymap.toml b/config/keymap.toml
index 07ee03b..5e351c5 100644
--- a/config/keymap.toml
+++ b/config/keymap.toml
@@ -43,7 +43,7 @@ mapcommand = [
{ keys = [ "y", "n" ], command = "copy_filename" },
{ keys = [ "y", "." ], command = "copy_filename_without_extension" },
{ keys = [ "y", "p" ], command = "copy_filepath" },
- { keys = [ "y", "d" ], command = "copy_dirname" },
+ { keys = [ "y", "d" ], command = "copy_dirpath" },
{ keys = [ "delete" ], command = "delete_files" },
{ keys = [ "d", "D" ], command = "delete_files" },