aboutsummaryrefslogtreecommitdiff
path: root/helix-term
Commit message (Expand)AuthorAge
* Add a test case for undo/redo across splitsMichael Davis2022-11-29
* Call View::apply within Document::append_changes_to_historyMichael Davis2022-11-29
* Revert "Don't apply transactions to Views in undo/redo"Michael Davis2022-11-29
* Remove eager application of transactions to all viewsMichael Davis2022-11-29
* reload-all: Only update viewport when view focuses on the doc (#4901)Filipe Azevedo2022-11-26
* Clear line on `<ret>` when line is all whitespace (#4854)Michael Davis2022-11-25
* Exit select mode on surround commands (#4858)Jonathan LEI2022-11-24
* Follow parent links when calculating changes since a revisionMichael Davis2022-11-24
* Apply inversions to Views on undo/redoMichael Davis2022-11-24
* Don't apply transactions to Views in undo/redoMichael Davis2022-11-24
* Add test case that panics on undoMichael Davis2022-11-24
* Apply transactions to all views (#4733)Michael Davis2022-11-23
* lsp: Check server provider capabilities (#3554)Michael Davis2022-11-22
* remove duplicated shell calls (#3465)Bob2022-11-22
* Limit the number of items in the jumplist (#4750)Michael Davis2022-11-22
* Select new pasted text in normal mode only (#4824)Michael Davis2022-11-21
* Add preview for scratch buffers in buffer picker (#3454)A-Walrus2022-11-21
* 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