helix/helix-view/src
Grzegorz Baranski 78923496a6
feat: relative numbers (#485)
* feat(helix-view): configuring line-number

* feat(helix-term): relative line numbers

* feat(helix-term): passing editor::Config to render

* fix(helix-view): remove LineNumber::None

* feat(helix-term): rendering line-number according to configuration

* fix(term): put calculating current line above line iteration

* fix: add abs_diff function

* deps: cargo update

* fix: pass config argument
2021-08-16 11:11:53 +09:00
..
clipboard.rs Support primary clipboard (#548) 2021-08-12 11:53:48 +09:00
document.rs Show file preview in split pane in fuzzy finder (#534) 2021-08-12 16:00:42 +09:00
editor.rs feat: relative numbers (#485) 2021-08-16 11:11:53 +09:00
graphics.rs Refactor theme parsing (#570) 2021-08-12 10:00:19 +09:00
info.rs Allow multi key remappings in config file (#454) 2021-07-27 01:07:13 +09:00
input.rs Refactor case where key event is solely a character 2021-07-29 08:39:58 +08:00
keyboard.rs Update keyboard.rs (#516) 2021-07-27 16:32:05 +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 Refactor theme parsing (#570) 2021-08-12 10:00:19 +09:00
tree.rs Fix typo 2021-07-20 22:10:43 +09:00
view.rs Show file preview in split pane in fuzzy finder (#534) 2021-08-12 16:00:42 +09:00