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";

View File

@@ -1,4 +1,5 @@
{pkgs}:
with pkgs; [
gcc15
ghostty.terminfo
]

View File

@@ -4,6 +4,7 @@ with pkgs; [
age
alejandra
ast-grep
codex
delta
devenv
dig
@@ -13,7 +14,6 @@ with pkgs; [
fd
fira-code
gh
ghostty.terminfo
git
gnumake
gnupg