summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2022-09-03 12:45:51 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2022-09-03 12:45:51 -0400
commite7755ad0be98540c777d86c67605386ff11522a3 (patch)
tree8b8c6c3b138fea8ded708f64e0a24073b0a1f7ce /config
parent596ced65ae6ae59f4e1ac2ed60246a4c5943a919 (diff)
add symlink relative
Diffstat (limited to 'config')
-rw-r--r--config/keymap.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/keymap.toml b/config/keymap.toml
index 3fb469a..1441555 100644
--- a/config/keymap.toml
+++ b/config/keymap.toml
@@ -57,7 +57,9 @@ 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 = [ "p", "l" ], command = "symlink_files --relative=false" },
+ { keys = [ "p", "L" ], command = "symlink_files --relative=true" },
{ keys = [ "delete" ], command = "delete_files --foreground=true" },
{ keys = [ "d", "D" ], command = "delete_files --foreground=true" },