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 f8844c6811 Implement pair expansion when pressing new line between bracket pairs.
From:
{|}

To:
{
    |
}
3 years ago
..
src Implement pair expansion when pressing new line between bracket pairs. 3 years ago
.gitignore Initial import. 4 years ago
Cargo.toml Eliminate a few more futures dependencies. 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