aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* commands: Add goto first non-whitespace char of lineWojciech Kępka2021-06-08
* Fix Unicode (#135)Kirawi2021-06-08
* Add trace log primer to the Contributing sectionKelly Thomas Kline2021-06-08
* Add missing newline to end of file on loadIvan Tham2021-06-08
* helix-lsp cleanupEgor Karavaev2021-06-08
* Don't panic on LSP not startingEgor Karavaev2021-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
* Use upstream jsonrpc againBlaž Hrastnik2021-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
* Disable haskell grammar until build issues are resolvedBlaž Hrastnik2021-06-07
* Disable aarch64-macos, it fails to build on macos-latestBlaž 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
* Add diagnostics keys to keymap.mdBlaž Hrastnik2021-06-07
* Only test on stable rustBlaž Hrastnik2021-06-07
* Add aarch64-macos (M1) to the release build matrixBlaž 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
* Fix panic when moving over unicode punctuationBenoît CORTIER2021-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
* theme: Enable style modifiers in theme.toml, add Ingrid's theme (#113)Ingrid2021-06-06
* Fix unused importIvan Tham2021-06-06
* Add test for prev wordIvan Tham2021-06-06
* Add ctrl-w in insert modeIvan Tham2021-06-06
* Calculate offset when moving picker cursorKevin Sjöberg2021-06-06
* Add a comment to `canonicalize_path`Wojciech Kępka2021-06-06
* Add a TODOWojciech Kępka2021-06-06
* Create document if it doesn't exist on saveWojciech Kępka2021-06-06
* Update build.ymlBlaž Hrastnik2021-06-06
* Add more coverage for CIIvan Tham2021-06-06
* Do not move past number of matchesKevin Sjöberg2021-06-06
* Return an error if we request an embedded file that does not exist.Brian Dawn2021-06-06
* Add a smoke test around loading runtime files.Brian Dawn2021-06-06
* Simplify the load_runtime_file code.Brian Dawn2021-06-06