jjui
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{pkgs}:
|
||||
with pkgs; [
|
||||
gcc15
|
||||
ghostty.terminfo
|
||||
]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user