summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/keymap.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/keymap.toml b/config/keymap.toml
index 36eef74..0e546cb 100644
--- a/config/keymap.toml
+++ b/config/keymap.toml
@@ -56,6 +56,7 @@ keymap = [
{ keys = [ "y", "." ], command = "copy_filename_without_extension" },
{ keys = [ "y", "p" ], command = "copy_filepath" },
{ keys = [ "y", "d" ], command = "copy_dirpath" },
+ { keys = [ "p", "l" ], command = "symlink_files" },
{ keys = [ "delete" ], command = "delete_files --foreground=true" },
{ keys = [ "d", "D" ], command = "delete_files --foreground=true" },