helix-mods/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).
2021-04-05 16:35:04 +09:00
..
src w, b, e: Match kakoune's behavior in selecting by default. 2021-04-05 16:35:04 +09:00
.gitignore Initial import. 2020-05-20 18:14:51 +09:00
Cargo.toml wip: Async async. Delay response handling with a callback. 2021-03-26 17:12:45 +09: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