aboutsummaryrefslogtreecommitdiff
path: root/helix-term
Commit message (Expand)AuthorAge
* Add `:reload-all` command (#4663)Filipe Azevedo2022-11-20
* Make `r<tab>` and `f<tab>` work (#4817)Lennard Hofmann2022-11-19
* minor: render_diagnostics doesn't require &self eitherBlaž Hrastnik2022-11-19
* Avoid repeatedly loading configBlaž Hrastnik2022-11-19
* Handle language server termination (#4797)Michael Davis2022-11-19
* lsp: Resolve completion item asynchronously on idle-timeout (#4781)Michael Davis2022-11-18
* Select surrounding characters when using match/surround (m) mode (#4752)Austen Adler2022-11-18
* Remove prefix filtering from autocomplete menu (#4578)ChrHorn2022-11-17
* Capture word parts while calculating shellwords (#4632)Michael Davis2022-11-17
* Use key-sequence format for command palette keybinds (#4712)Michael Davis2022-11-17
* sort fuzzy matches with equal score by length in picker (#4698)Pascal Kuthe2022-11-16
* minor: Simplify some command codeBlaž Hrastnik2022-11-16
* minor: cloning filter and using count() is wasteful hereBlaž Hrastnik2022-11-16
* fix buildBlaž Hrastnik2022-11-15
* Add command to add word boundaries to search (#4322)Armin Ronacher2022-11-15
* Popup scrollbar (#4449)Manos Mertzianis2022-11-15
* Refactor blackhole register (#4504)ath32022-11-15
* Add global error/warning count statusline element (#4569)Gaurav Tyagi2022-11-15
* Fix range offsets for multiple shell insertions (#4619)Michael Davis2022-11-14
* Statusline indicator to show number of selected chars (#4682)wes adams2022-11-12
* rename description for `goto_line_end_newline`asvln2022-11-12
* add `extend_prev_word_end` commandasvln2022-11-12
* feat(commands): increment by range (#4418)Bruce Hopkins2022-11-11
* fix test compilationBlaž Hrastnik2022-11-09
* Move terminal out of compositorBlaž Hrastnik2022-11-09
* This term specific behavior really doesn't belong to compositorBlaž Hrastnik2022-11-09
* Drop terminal interaction in compositor.size()Blaž Hrastnik2022-11-09
* Re-enable format_selections for a single selection rangeBlaž Hrastnik2022-11-09
* Add LSP workspace command picker (#3140)Matthias Deiml2022-11-09
* `error!` on unknown `CompletionItemKind` (#4658)Marko Klobučar Ledinšćak2022-11-08
* Dynamically resize line number gutter width (#3469)Doug Kelkhoff2022-11-08
* core: Move state into the history moduleBlaž Hrastnik2022-11-08
* lsp: Support insertReplaceBlaž Hrastnik2022-11-08
* Fix command-mode completion behavior when input is escapedMichael Davis2022-11-07
* Escape filenames in command completionMichael Davis2022-11-07
* Fix whitespace handling in command-mode completionMichael Davis2022-11-07
* Fix range offsets in multi-selection paste (#4608)Michael Davis2022-11-06
* Fix panic on paste from blackhole register (#4497)Michael Davis2022-11-04
* Select text inserted by shell or paste (#4458)Michael Davis2022-11-04
* Resolve a bunch of upcoming clippy lintsBlaž Hrastnik2022-11-04
* Fix panic from two windows editing the same document (#4570)Michael Davis2022-11-03
* Exit select mode on replace commands (#4554)Jonathan LEI2022-11-02
* Fix `delete_char_backward` for paired characters (#4558)Yuriy Gabuev2022-11-01
* Correctly handle escaping in completion (#4316)Armin Ronacher2022-11-01
* build(deps): bump once_cell from 1.15.0 to 1.16.0 (#4548)dependabot[bot]2022-11-01
* fix: make `scroll` aware of tabs and wide characters (#4519)Matthew Toohey2022-10-29
* Make shell_impl concurrent (#3180)Matthias Deiml2022-10-29
* fix: Never create automatic doc popups outside of Insert mode (#4456)Poliorcetics2022-10-28
* Include colons for typable commands in command palette (#4495)Michael Davis2022-10-28
* Trim quotes and braces from paths in goto_file_impl (#4370)Dario Oddenino2022-10-28