Skip to content

Commit

Permalink
fix(lf): yank keybinding conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Oct 25, 2024
1 parent 18cea28 commit 743fa87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/lf.nix
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@

keybindings = {
"." = "set hidden!";
c = "yank-file";
d = null;
dd = "trash";
dl = "dlfile";
Expand All @@ -148,7 +149,6 @@
Q = "quit-and-cd";
u = "unarchive";
x = "cut";
y = "yank-file";
};

previewer = {
Expand Down

0 comments on commit 743fa87

Please sign in to comment.