summaryrefslogtreecommitdiffstats
path: root/config/keymap.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config/keymap.toml')
-rw-r--r--config/keymap.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/keymap.toml b/config/keymap.toml
index 8a9f371..ca8bce4 100644
--- a/config/keymap.toml
+++ b/config/keymap.toml
@@ -70,6 +70,7 @@ keymap = [
{ keys = ["y", "n"], command = "copy_filename" },
{ keys = ["y", "."], command = "copy_filename_without_extension" },
{ keys = ["y", "p"], command = "copy_filepath" },
+ { keys = ["y", "a"], command = "copy_filepath --all-selected=true" },
{ keys = ["y", "d"], command = "copy_dirpath" },
{ keys = ["p", "l"], command = "symlink_files --relative=false" },