helix/helix-term
Blaž Hrastnik a5c4314940 commands: Improve scroll functions.
Followed kakoune's implementation, it's no longer janky and can scroll
all the way in either direction.
2021-03-04 16:15:34 +09:00
..
src commands: Improve scroll functions. 2021-03-04 16:15:34 +09:00
.gitignore
Cargo.toml lsp: Disable snippet_support until we implement it. 2021-02-22 14:42:12 +09:00
README.md
test.rs
test.txt started work on goto mode 2020-10-04 23:47:37 +02:00

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

view -> selections etc -> cursor