helix-mods/helix-term
Blaž Hrastnik 8c82f8f140 indent: use_list indentation, fix indentation bug on open_below
use std::{
  time::Duration // <- pressing `o` here would use }'s indent instead of prev line
}
2021-02-19 14:55:53 +09:00
..
src indent: use_list indentation, fix indentation bug on open_below 2021-02-19 14:55:53 +09:00
.gitignore Initial import. 2020-05-20 18:14:51 +09:00
Cargo.toml Update deps. 2021-01-06 14:08:23 +09:00
README.md Initial import. 2020-05-20 18:14:51 +09:00
test.rs tree-sitter based syntax highlighting draft 2020-09-10 18:19:59 +09:00
test.txt started work on goto mode 2020-10-04 23:47:37 +02:00

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

view -> selections etc -> cursor