This commit is contained in:
sxyazi 2025-06-09 08:21:33 +08:00
parent 137080d444
commit 9de5019ebe
No known key found for this signature in database

View file

@ -285,8 +285,8 @@ keymap = [
{ on = "<C-u>", run = "kill bol", desc = "Kill backwards to the BOL" },
{ on = "<C-k>", run = "kill eol", desc = "Kill forwards to the EOL" },
{ on = "<C-w>", run = "kill backward", desc = "Kill backwards to the start of the current word" },
{ on = "<C-Backspace>", run = "kill backward", desc = "Kill backwards to the start of the current word" },
{ on = "<A-d>", run = "kill forward", desc = "Kill forwards to the end of the current word" },
{ on = "<C-Backspace>", run = "kill backward", desc = "Kill backwards to the start of the current word" },
{ on = "<C-Delete>", run = "kill forward", desc = "Kill forwards to the end of the current word" },
# Cut/Yank/Paste