This commit is contained in:
2025-09-10 12:42:30 +00:00
parent ff9b507d1b
commit fd0e74f4a6
4 changed files with 21 additions and 32 deletions

View File

@@ -3,22 +3,10 @@
# clipboard - OSC52 yank and paste
{
mode = ["n" "v"];
key = "y";
key = "<leader>y";
action = ''"+y'';
options.desc = "Yank to system clipboard (OSC52)";
}
{
mode = ["n" "v"];
key = "p";
action = ''"+p'';
options.desc = "Paste from system clipboard (OSC52)";
}
{
mode = ["n" "v"];
key = "P";
action = ''"+P'';
options.desc = "Paste before from system clipboard (OSC52)";
}
# e - explore/edit
{
mode = "n";