diff --git a/config/preset/keymap.toml b/config/preset/keymap.toml index f1114934..71e0282e 100644 --- a/config/preset/keymap.toml +++ b/config/preset/keymap.toml @@ -51,8 +51,8 @@ keymap = [ { on = [ "x" ], exec = "yank --cut", desc = "Cut the selected files" }, { on = [ "p" ], exec = "paste", desc = "Paste the files" }, { on = [ "P" ], exec = "paste --force", desc = "Paste the files (overwrite if the destination exists)" }, - { on = [ "k" ], exec = "link", desc = "Symlink the absolute path of files" }, - { on = [ "K" ], exec = "link --relative", desc = "Symlink the relative path of files" }, + { on = [ "n" ], exec = "link", desc = "Symlink the absolute path of files" }, + { on = [ "N" ], exec = "link --relative", desc = "Symlink the relative path of files" }, { on = [ "d" ], exec = "remove", desc = "Move the files to the trash" }, { on = [ "D" ], exec = "remove --permanently", desc = "Permanently delete the files" }, { on = [ "a" ], exec = "create", desc = "Create a file or directory (ends with / for directories)" },