AutoYADM commit: 2025-02-12 12:05:05
This commit is contained in:
parent
02c7130b8d
commit
263cb2c1c0
6 changed files with 70 additions and 3 deletions
|
@ -264,7 +264,7 @@ keymap = [
|
|||
{ on = "_", run = "move first-char", desc = "Move to the first non-whitespace character" },
|
||||
{ on = "^", run = "move first-char", desc = "Move to the first non-whitespace character" },
|
||||
{ on = "<C-a>", run = "move bol", desc = "Move to the BOL" },
|
||||
{ on = "<C-e>", run = "move eol", desc = "Move to the EOL" },
|
||||
{ on = "<C-l>", run = "move eol", desc = "Move to the EOL" },
|
||||
{ on = "<Home>", run = "move bol", desc = "Move to the BOL" },
|
||||
{ on = "<End>", run = "move eol", desc = "Move to the EOL" },
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue