mirror of https://github.com/helix-editor/helix
Rename I/A "Insert at start/end of line" (#3753)
* keymap: Rename A "Insert at end of line"
The language for the `A` binding is potentially confusing because
`A` behaves like `i` done at the end of the line rather than `a`.
This change renames the command to match Kakoune's language[^1].
[^1]: 021da117cf/src/normal.cc (L2229)
* keymap: Rename I `insert_at_line_start`
pull/4085/head
parent
772af7ffb1
commit
dbec057363
Loading…
Reference in New Issue