summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2022-08-13 20:05:21 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2022-08-13 20:05:21 -0400
commitedf620b4aceaaadffedd14d85d120d485a6ad8f3 (patch)
treeceecffefb1ab6870421798184298a62b035a9616 /config
parent6356efaa55830c4ef8ed976a6e89f738ab6e026d (diff)
add symlink shortcut
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 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" },