This commit is contained in:
sxyazi 2023-07-25 01:03:07 +08:00
parent c620184d34
commit 0043fc0b57
No known key found for this signature in database

View file

@ -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" },