aboutsummaryrefslogtreecommitdiff
path: root/helix-term
Commit message (Expand)AuthorAge
* Support go to line 1Zheming Li2021-06-08
* Make `r<ENTER>` workWojciech Kępka2021-06-08
* Remove unwanted `as_str`Wojciech Kępka2021-06-08
* Don't replace newlinesWojciech Kępka2021-06-08
* Add bounds checks to replaceWojciech Kępka2021-06-08
* commands: Replace all characters in selectionWojciech Kępka2021-06-08
* Make matching bracket dimmed, prevent out of bounds renderingWojciech Kępka2021-06-08
* Cleanup find_first_non_whitespace_char funcsWojciech Kępka2021-06-08
* commands: Add goto first non-whitespace char of lineWojciech Kępka2021-06-08
* Fix Unicode (#135)Kirawi2021-06-08
* Bump file picker limitKevin Sjöberg2021-06-08
* Update keymapWojciech Kępka2021-06-08
* commands: Add replace with yanked as `R`Wojciech Kępka2021-06-08
* completion: Fix unimplemented autocompleteWojciech Kępka2021-06-08
* ui: completion: Use the correct type_nameBlaž Hrastnik2021-06-07
* Create all parent directories for config and cacheWojciech Kępka2021-06-07
* Make gh/gl extend selection in select modeBlaž Hrastnik2021-06-07
* Address clippy lintBlaž Hrastnik2021-06-07
* Disable failing doctestBlaž Hrastnik2021-06-07
* Separate helix-term as a libraryIvan Tham2021-06-07
* Implement register selectionBenoît CORTIER2021-06-07
* lsp: Provide workspace root on client.initialize()Blaž Hrastnik2021-06-07
* Revert the line number rendering change, we were correct beforeBlaž Hrastnik2021-06-07
* Release 0.0.10Blaž Hrastnik2021-06-07
* 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
* Provide a feature flag to be able to embed the runtime folder.Brian Dawn2021-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