helix/helix-term
Ivan Tham 5977b07e19 Reduce calculation and improve pattern in infobox
- switch to use static OnceCell to calculate Info once
- pass Vec<(&[KeyEvent], &str)> rather than Vec<(Vec<KeyEvent>, &str)>
- expr -> tt to allow using | as separator, make it more like match
2021-07-04 18:01:59 +09:00
..
src Reduce calculation and improve pattern in infobox 2021-07-04 18:01:59 +09:00
.gitignore Initial import. 2020-05-20 18:14:51 +09:00
Cargo.toml There is no direct dirs-next dependency in term 2021-06-27 23:28:22 +09:00