summaryrefslogtreecommitdiff
path: root/ar/.config/yazi/keymap-default.toml
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-09-28 15:21:50 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-09-28 15:21:50 +0900
commitf5150c6bf1c92a97993b063d60786b43d88130bb (patch)
tree14a82a581e77811f7ee5553f4f9796604b943450 /ar/.config/yazi/keymap-default.toml
parent1ae447e605618b3c4b0b1cebaaed4cc595e381af (diff)
updates
Diffstat (limited to 'ar/.config/yazi/keymap-default.toml')
-rw-r--r--ar/.config/yazi/keymap-default.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ar/.config/yazi/keymap-default.toml b/ar/.config/yazi/keymap-default.toml
index ea5c7fd..23e8300 100644
--- a/ar/.config/yazi/keymap-default.toml
+++ b/ar/.config/yazi/keymap-default.toml
@@ -67,8 +67,8 @@ keymap = [
{ on = "<S-Enter>", run = "open --interactive", desc = "Open selected files interactively" },
{ on = "y", run = "yank", desc = "Yank selected files (copy)" },
{ on = "x", run = "yank --cut", desc = "Yank selected files (cut)" },
- { on = "p", run = "paste", desc = "Paste yanked files" },
- { on = "P", run = "paste --force", desc = "Paste yanked files (overwrite if the destination exists)" },
+ { on = [ "p", "P" ],run = "paste", desc = "Paste yanked files" },
+ { on = [ "P", "P" ],run = "paste --force", desc = "Paste yanked files (overwrite if the destination exists)" },
{ on = "-", run = "link", desc = "Symlink the absolute path of yanked files" },
{ on = "_", run = "link --relative", desc = "Symlink the relative path of yanked files" },
{ on = "<C-->", run = "hardlink", desc = "Hardlink yanked files" },
@@ -210,7 +210,7 @@ run = "plugin smart-filter"
desc = "Smart filter"
[[mgr.prepend_keymap]]
-on = "p"
+on = [ "p", "p" ]
run = "plugin smart-paste"
desc = "Paste into the hovered directory or CWD"