mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
c620184d34
commit
0043fc0b57
1 changed files with 2 additions and 2 deletions
|
|
@ -127,8 +127,8 @@ keymap = [
|
|||
|
||||
{ on = [ "0" ], exec = "move -999" },
|
||||
{ on = [ "$" ], exec = "move 999" },
|
||||
{ on = [ "I" ], exec = "move -999", "insert" },
|
||||
{ on = [ "A" ], exec = "move 999", "insert --append" },
|
||||
{ on = [ "I" ], exec = [ "move -999", "insert" ] },
|
||||
{ on = [ "A" ], exec = [ "move 999", "insert --append" ] },
|
||||
|
||||
{ on = [ "<Left>" ], exec = "move -1" },
|
||||
{ on = [ "<Right>" ], exec = "move 1" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue