helix-mods/helix-term
Michael Davis dbec057363
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`
2022-10-04 00:05:08 +09:00
..
src Rename I/A "Insert at start/end of line" (#3753) 2022-10-04 00:05:08 +09:00
tests Add tests for select-mode TS textobjects 2022-10-03 10:44:08 -04:00
.gitignore Initial import. 2020-05-20 18:14:51 +09:00
build.rs feat: support grammar cross-compilation 2022-08-02 12:04:09 +09:00
Cargo.toml build(deps): bump once_cell from 1.14.0 to 1.15.0 (#3987) 2022-09-26 18:19:50 -05:00