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/helix-term
Blaž Hrastnik 935cfeae57 Split parts of helix-term into helix-view.
It still largely depends on term for some types but I plan to change
that later.
4 years ago
..
src Split parts of helix-term into helix-view. 4 years ago
.gitignore Initial import. 5 years ago
Cargo.toml Split parts of helix-term into helix-view. 4 years ago
README.md Initial import. 5 years ago
test.rs tree-sitter based syntax highlighting draft 4 years ago

README.md

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

view -> selections etc -> cursor