helix-mirror/helix-view/src
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
..
clipboard.rs Added native Windows clipboard support (#373) 2021-06-30 17:11:56 +09:00
document.rs :reload (#374) 2021-07-02 23:54:50 +09:00
editor.rs Reduce calculation and improve pattern in infobox 2021-07-04 18:01:59 +09:00
graphics.rs reverse the dependency between helix-tui and helix-view (#366) 2021-06-25 12:58:15 +09:00
info.rs Reduce calculation and improve pattern in infobox 2021-07-04 18:01:59 +09:00
input.rs Apply suggestions from blaz for infobox 2021-07-04 18:01:59 +09:00
keyboard.rs fix: crossterm -> input key conversion 2021-06-25 13:13:15 +09:00
lib.rs Add infobox 2021-07-04 18:01:59 +09:00
macros.rs Replace Editor::current by a macro 2021-06-18 09:38:10 +09:00
register_selection.rs Implement missing Debug and update Cargo.lock 2021-06-10 22:00:08 +09:00
theme.rs Color palettes (#393) 2021-06-30 23:24:30 +09:00
tree.rs reverse the dependency between helix-tui and helix-view (#366) 2021-06-25 12:58:15 +09:00
view.rs reverse the dependency between helix-tui and helix-view (#366) 2021-06-25 12:58:15 +09:00