You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/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.
3 years ago
..
src commands: Improve scroll functions. 3 years ago
.gitignore Initial import. 4 years ago
Cargo.toml lsp: Disable snippet_support until we implement it. 3 years ago
README.md Initial import. 4 years ago
test.rs tree-sitter based syntax highlighting draft 4 years ago
test.txt started work on goto mode 4 years ago

README.md

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

view -> selections etc -> cursor