mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Format
This commit is contained in:
parent
137080d444
commit
9de5019ebe
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue