aboutsummaryrefslogtreecommitdiff
path: root/helix-term
Commit message (Expand)AuthorAge
* fix offset by one problem in replace_with_yankedAndreas Liljeqvist2021-06-14
* Release v0.2.0Blaž Hrastnik2021-06-13
* ui: Prompt should figure out a reasonable column widthBlaž Hrastnik2021-06-13
* Fix `wq`Wojciech Kępka2021-06-13
* Fix clippyWojciech Kępka2021-06-13
* Deduplicate codeWojciech Kępka2021-06-13
* Add `qa` and `qa!`Wojciech Kępka2021-06-13
* Update write_allWojciech Kępka2021-06-13
* Add `Copy` derive to `PromptEvent`Wojciech Kępka2021-06-13
* commands: Add more write commandsWojciech Kępka2021-06-13
* build(nix): use nix-cargo-integration, make shell.nix use flake devshellYusuf Bera Ertan2021-06-13
* Add clarification to last bufferIvan Tham2021-06-13
* add symbol picker (#230)Robin2021-06-12
* add alternate file (#223)Robin2021-06-12
* Change picker horizontal split to hIvan Tham2021-06-12
* lsp: Check bounds when converting lsp positions (#204)Wojciech Kępka2021-06-12
* Only auto-format for certain languagesBlaž Hrastnik2021-06-12
* Add :earlier and :later commands that can be used to navigate the full edit h...Jakub Bartodziej2021-06-11
* Movement fixes, refactor and unit test suite (#217)PabloMansanet2021-06-11
* commands: Handle `t<ENTER>` as till newlineWojciech Kępka2021-06-11
* lsp: Display LSP progress messages (#216)Wojciech Kępka2021-06-11
* move to first nonwhitespace on shift-iRobin van Dijk2021-06-10
* Derive debug without featureIvan Tham2021-06-10
* Implement Debug for data structure as a featurenotoria2021-06-10
* Fix jump behavior, goto_implementation now jumpIvan Tham2021-06-10
* Fix documentation popup panicwojciechkepka2021-06-10
* Only enforce limit outside of .gitKevin Sjöberg2021-06-09
* Match keybindings of menuKevin Sjöberg2021-06-09
* Fix Shift-Tab for moving upwards in menuKevin Sjöberg2021-06-09
* Fix crash when too many completions availableBlaž Hrastnik2021-06-08
* 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