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 59a0fc7b59 w, b, e: Match kakoune's behavior in selecting by default.
I initially preferred only moving the cursor, but selecting the whole
word is a lot nicer for things like wd (instead of vwd).
3 years ago
..
src w, b, e: Match kakoune's behavior in selecting by default. 3 years ago
.gitignore Initial import. 4 years ago
Cargo.toml wip: Async async. Delay response handling with a callback. 3 years ago
README.md Initial import. 4 years ago

README.md

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

view -> selections etc -> cursor