summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorUros <59397844+uros-5@users.noreply.github.com>2023-08-12 14:53:45 +0200
committerGitHub <noreply@github.com>2023-08-12 08:53:45 -0400
commit98a72a030e12a0af020607ca57ffbdc7eeabdbc0 (patch)
tree34b117f469affa15ba88a639f56d0c06409536ea /config
parent0eec61eb82d10b8b9f76c8b5c9e2a0fae0514a1e (diff)
added all_selected field in CopyFilePath (#391)
* added all_selected field in CopyFilePath * copy_filepath now handle both cases
Diffstat (limited to 'config')
-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" },