aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src
Commit message (Expand)AuthorAge
...
* mouse operations respect scrolloff (#5255)jliaoh2022-12-23
* Add command to merge consecutive ranges in selection (#5047)DylanBulfin2022-12-23
* Add file picker dialogue when opening a directory with :o (#2707)Jack Allison2022-12-23
* Make prompt suggestions greyed outJonathan LEI2022-12-17
* Better sorting in picker in case of ties (#5169)Alex Kladov2022-12-17
* Print the binary required by the debug adapter (#5195)Eric Thorburn2022-12-17
* Remove redraw to fix buildBlaž Hrastnik2022-12-15
* Restore deleted goto_pos function (#5164)Sebastian Zivota2022-12-15
* add redraw command (#4354)Roberto Vidal2022-12-15
* Select diagnostic range in goto_*_diag commands (#4713)Michael Davis2022-12-15
* workspace symbols: Default to empty Vec on NoneMichael Davis2022-12-15
* DynamicPicker: Reset idle timeout on refreshMichael Davis2022-12-15
* DynamicPicker: Use idle-timeout as debounceMichael Davis2022-12-15
* Re-request workspace symbols on keypress in pickerGokul Soumya2022-12-15
* Add DynamicPicker for updating options on every keyGokul Soumya2022-12-15
* Add force_score() for scoring picker items without optimizationsGokul Soumya2022-12-15
* Improve error message handling for theme loading failures (#5073)Michael Davis2022-12-15
* Add `:pipe-to` typable command that ignores shell output (#4931)Alexander Schlögl2022-12-12
* Reset mode when changing buffers (#5072)Michael Davis2022-12-11
* properly handle detachted git worktrees (#5097)Pascal Kuthe2022-12-11
* Fix LSP completions ignoring auto-completion option (#5042)Jummit2022-12-09
* feat(lsp): pass client_info on initialization (#4904)Matouš Dzivjak2022-12-09
* Only write newlines in menu selection popup if the lsp returns detail (#4902)ath32022-12-09
* 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