aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src
Commit message (Expand)AuthorAge
* View mode: Use saturating_sub when calculating first_colBlaž Hrastnik2021-06-07
* commands: use chars().count() over .len() on stringsBlaž Hrastnik2021-06-07
* fix: 2 panics while setting style + off by 1ahkrr2021-06-07
* Install instructions and version number corrections (#148)Ethan Bodzioney2021-06-07
* Add diagnostics keybindingsWojciech Kępka2021-06-07
* Add spc w w for window modeIvan Tham2021-06-07
* Refactor index assignmentKevin Sjöberg2021-06-06
* Allow moving backwards in completionsKevin Sjöberg2021-06-06
* Trigger directory completion upon pressing EnterKevin Sjöberg2021-06-06
* Add ctrl-w in insert modeIvan Tham2021-06-06
* Calculate offset when moving picker cursorKevin Sjöberg2021-06-06
* Do not move past number of matchesKevin Sjöberg2021-06-06
* Add window modeIvan Tham2021-06-06
* fix: panicked at 'attempt to subtract with overflow' ahkrr2021-06-05
* fix: make find_prev_char and till_prev_char workahkrr2021-06-05
* Fixing Multiple Panics (#121)Kirawi2021-06-05
* Add home-end keymaps, (as kakoune/vim do) (#83)Antoni Stevenet2021-06-05
* Replace ^/$ with gh/glnotoria2021-06-04
* Implement gt/gm/gb, remap goto tYpe to gyBlaž Hrastnik2021-06-04
* matchbrackets: Needs to render with the viewport offsetBlaž Hrastnik2021-06-04
* scroll: Fix the clampingBlaž Hrastnik2021-06-04
* Try to detect language when document file path is setBlaž Hrastnik2021-06-04
* Exit select mode on delete_selectionBlaž Hrastnik2021-06-04
* Show file picker when directory passed as first argwojciechkepka2021-06-04
* Fix panic paint mysterious matching pairIvan Tham2021-06-04
* Limit goto countKevin Sjöberg2021-06-03
* use correct _extend methods, also remove unnecessary castsAntoni Stevent2021-06-03
* Add up/right/left/down arrow keymaps, similar to kakouneAntoni Stevent2021-06-03
* Avoid theoretical underflow.Jakub Bartodziej2021-06-03
* Clean up leftover log.Jakub Bartodziej2021-06-03
* Improve on the fix for deleting from the end of the buffer.Jakub Bartodziej2021-06-03
* Disable deleting from an empty buffer which can cause a crash.Jakub Bartodziej2021-06-03
* key is now modified in place at start of handle_eventJan Hrastnik2021-06-03
* key_canonicalization now only matches charsJan Hrastnik2021-06-03
* put the key canonicalization in a seperate function. only chars now get strip...Jan Hrastnik2021-06-03
* removed shift matchingJan Hrastnik2021-06-03
* Highlight matching bracketsnotoria2021-06-03
* Fix cursor not showing on (0, 0)Blaž Hrastnik2021-06-03
* Default log file to cacheIvan Tham2021-06-03
* Merge pull request #66 from IceDragon200/replaced-args-parserBlaž Hrastnik2021-06-03
|\
| * Refactored parse_args loopCorey Powell2021-06-02
| * Dropped pico-args in favour of a simpler hand roller parserCorey Powell2021-06-02
* | Clippy lintBlaž Hrastnik2021-06-03
* | Fix split sizes getting out of sync with the terminal size, refs #69Blaž Hrastnik2021-06-03
|/
* Merge pull request #57 from pickfire/fix-panicCorey Powell2021-06-02
|\
| * Fix panic opening rust fileIvan Tham2021-06-02
* | Merge pull request #55 from helix-editor/autoresizeBlaž Hrastnik2021-06-02
|\ \ | |/ |/|
| * autoresize terminal in compositor renderJan Hrastnik2021-06-02
* | Use config_dir for logging, create config_dirWojciech Kępka2021-06-02
* | Support ctrl-f and ctrl-b to page up/down, fixes #41Blaž Hrastnik2021-06-02