aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src
Commit message (Expand)AuthorAge
* Add command/keybinding to jump between hunks (#4650)Pascal Kuthe2022-12-06
* fix: align view after jumplist_picker (#3743)Narazaki Shuji2022-12-06
* Apply completion edits to all cursors (#4496)Michael Davis2022-12-06
* Change default TS object bindings (#3782)nosa2022-12-06
* Add Ctrl-i alias for Windows (#4961)lesleyrs2022-12-02
* feat(lsp): add support for lsp Diagnostic{}.data (#4935)sigmaSd2022-12-02
* reload_all: Ensure view is synced with doc history before reload (#4965)Michael Davis2022-12-02
* Fix nightly clippy lints (#4954)Tshepang Mbambo2022-12-01
* Show (git) diff signs in gutter (#3890)Pascal Kuthe2022-12-01
* 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
* Apply inversions to Views on undo/redoMichael Davis2022-11-24
* Don't apply transactions to Views in undo/redoMichael 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