helix-mirror/helix-term/src
Omnikar 5b5d1b9dff
Truncate the starts of file paths instead of the ends in picker (#951)
* Truncate the starts of file paths in picker

* Simplify the truncate implementation

* Break loop at appropriate point

* Fix alignment and ellipsis presence

* Remove extraneous usage of `x_offset`

Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
2021-11-04 12:24:05 +09:00
..
ui Truncate the starts of file paths instead of the ends in picker (#951) 2021-11-04 12:24:05 +09:00
application.rs Bump lsp-types to 0.91.0 (#932) 2021-10-29 12:00:18 +09:00
args.rs Implement hx --tutor and :tutor to load tutor.txt (#898) 2021-10-28 10:23:46 +09:00
commands.rs only remove primary index when search next without extend (#948) 2021-11-02 13:32:57 +09:00
compositor.rs Fix doctest broken on 2021 edition 2021-10-22 12:47:02 +09:00
config.rs config: Rename [terminal] to [editor] and pass it into Editor 2021-08-08 14:10:01 +09:00
job.rs Drop some &mut bounds where & would have sufficed 2021-09-06 15:25:46 +09:00
keymap.rs Hide keys bound to no_op from infobox (#971) 2021-11-04 09:50:38 +09:00
lib.rs Remove #[allow(unused)] from helix-term, and fix unused imports. 2021-07-01 19:06:52 -07:00
main.rs Add --tutor option to hx --help output (#924) 2021-10-28 16:27:28 +09:00