helix/helix-term
Kevin Sjöberg fdb5bfafae Limit goto count
Giving a goto count greater than the number of lines in the buffer
would cause Helix to panic.
2021-06-04 01:35:52 +09:00
..
src Limit goto count 2021-06-04 01:35:52 +09:00
.gitignore Initial import. 2020-05-20 18:14:51 +09:00
Cargo.toml Dropped pico-args in favour of a simpler hand roller parser 2021-06-02 14:26:13 -05:00
README.md Initial import. 2020-05-20 18:14:51 +09:00

window -> buffer -> text -> contains "view", a viewport into the buffer

view -> selections etc -> cursor