aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src
Commit message (Expand)AuthorAge
* Add unbind-default-keys config optionLinden Krouse2024-05-01
* Add file explorer and tree helperwongjiahau2024-05-01
* Fix rustc warnings about unused 'pub use's (#10011)Michael Davis2024-03-27
* Revert "helix-term: allow to backspace out-of the command prompt (#9828)" (#1...Michael Davis2024-03-26
* Fix regression in color-modesBlaž Hrastnik2024-03-26
* Add narrow no-break space support (#9604)Quentin2024-03-25
* Add an Amp-like jump commandPascal Kuthe2024-03-23
* dismiss pending keys properly for mouse/pastePascal Kuthe2024-03-23
* use slices instead of Rc for virtual textPascal Kuthe2024-03-23
* Reimplement tree motions in terms of syntax::TreeCursorMichael Davis2024-03-23
* Fix repeat last motion for goto next/prev diagnostic (#9966)Jaakko Paju2024-03-23
* Evenly space statusline areas when there isn't space to align middle (#9950)Michael Davis2024-03-21
* Refactor statusline elements to build `Spans` (#9122)Szabin2024-03-19
* add register completion (#9936)Kirawi2024-03-19
* Ignore more version control systems (#9935)Tobias Hunger2024-03-19
* Prevent `shell_keep_pipe` from stopping on nonzero exit status code (#9817)Cyrill Schenkel2024-03-19
* Do not stop reloading docs on error (#9870)Luis Useche2024-03-19
* Optimize getting a relative pathmo8it2024-03-19
* add 'file-absolute-path' to statusline (#4535)Dan Cardamore2024-03-17
* Keybind for Extend/shrink selection up and down (#9080)Emi2024-03-17
* Handle starting and continuing the count separately (#9887)Michael Davis2024-03-15
* Add a yank diagnostic command (#9640)Kirawi2024-03-15
* helix-term: allow to backspace out-of the command prompt (#9828)Markus F.X.J. Oberhumer2024-03-09
* Fix panic in surround_replace/delete nested multi-cursor (#9815)Mike Trinkala2024-03-07
* Fix panic when using join_selections_space (#9783)Mike Trinkala2024-03-02
* Support LSP diagnostic tags (#9780)Michael Davis2024-03-02
* Avoid cloning the whole paragraph content just for rendering (#9739)Mo2024-02-27
* toggling of block comments (#4718)Gabriel Dinner-David2024-02-27
* switch to regex-cursor (#9422)Pascal Kuthe2024-02-26
* LSP: Normalize diagnostic file pathsMichael Davis2024-02-25
* LSP: Key diagnostics off file path instead of URIMichael Davis2024-02-25
* Optimization of tilde expansion (#9709)Mo2024-02-24
* Use a hook for resolving completion itemsMichael Davis2024-02-23
* Make mouse click extend selection in select mode (#5436)Jonathan LEI2024-02-19
* fix LSP ComplitionTriggerKind value for `TriggerKind::Auto` (#9660)nkitsaini2024-02-19
* Scroll cursor and page together (neovim-like scrolling) (#8015)AlexanderDickie2024-02-18
* Allow numbers as second input event (#8471)Mehdi Abedi2024-02-14
* Add changes to history when paste-replacing (#9625)Mihir Gadgil2024-02-13
* fix lsp config reload (#9415)kyfanc2024-02-13
* follow neovim's truecolor detection (#9577)Kirawi2024-02-11
* Add glob file type support (#8006)Galen Abell2024-02-11
* Fix scroll track (#9508)ath32024-02-09
* Fix pulldown_cmark breaking changes to tag typesMichael Davis2024-02-07
* fix division by zero when prompt completion area is too small (#9524)Diego2024-02-06
* Use range positions to determine insert_newline motion (#9448)Waleed Dahshan2024-01-29
* make path changes LSP spec conform (#8949)Pascal Kuthe2024-01-28
* Respect injections in :tree-sitter-highlight-nameMichael Davis2024-01-28
* Fix error message shown for goto references (#9382)Nick2024-01-25
* Re-export `which` from `helix-stdx::env`Michael Davis2024-01-24
* refactor completion and signature help using hooksPascal Kuthe2024-01-23