aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/commands.rs
Commit message (Expand)AuthorAge
* Completely remove old Picker and rename FilePicker to PickerGokul Soumya2023-06-18
* Make file preview callback optionalMichael Davis2023-06-18
* Add yank_joined command (#7195)spectre2562023-06-16
* Preview scratch buffers in jumplist picker (#7331)A-Walrus2023-06-13
* Add reverse_selection_contents (#7329)Robert2023-06-13
* Auto indent on `insert_at_line_start` (#5837)Alex2023-06-08
* add move_prev_long_word_end and extend_prev_long_word_end (#6905)vwkd2023-06-07
* Propagate the count and register to command palette commandsMichael Davis2023-06-07
* feat(core): add plaintext matching fallback to tree-sitter matching (#4288)Alex Vinyals2023-06-05
* fixed repeat_last_motion extends selection (#7159)Ethan Wilkes2023-05-28
* Add command to merge non-consecutive ranges (#7053)Szabin2023-05-19
* Rebase cleanup/fixes and use lsp::CompletionItem in item_to_transaction directlyPhilipp Mildenberger2023-05-18
* Filter language servers also by capabilities in `doc.language_servers_with_fe...Philipp Mildenberger2023-05-18
* Filter out already seen language servers in requests that can be sent to mult...Philipp Mildenberger2023-05-18
* Use let else instead of variable and fix some error messagesPhilipp Mildenberger2023-05-18
* Remove offset_encoding in CompletionItemPhilipp Mildenberger2023-05-18
* Refactored doc.language_servers and doc.language_servers_with_feature to retu...Philipp Mildenberger2023-05-18
* Use DoubleEndedIterator instead of collect to Vec for reversingPhilipp Mildenberger2023-05-18
* Fix hardcoded offset_encodingPhilipp Mildenberger2023-05-18
* Adds support for multiple language servers per language.Philipp Mildenberger2023-05-18
* don't move cursor while forward deleting in append modePascal Kuthe2023-05-18
* cleanup delete_by_selection_insert_mode functionPascal Kuthe2023-05-18
* fix panic when deleting overlapping rangesPascal Kuthe2023-05-18
* ensure correct trigger/start completion offsetPascal Kuthe2023-05-18
* correctly handle completion rerequestPascal Kuthe2023-05-18
* Replace DAP vars popup, instead of adding new (#7034)A-Walrus2023-05-13
* Conserve BOM and properly support UTF16 (#6497)Alexis-Lapierre2023-04-30
* Sort the buffer picker by most recent access (#2980)Evgeniy Tatarkin2023-04-28
* Add extend_to_first_nonwhitespace (#6837)Dimitri Sabadie2023-04-25
* Fix crash on opening jumplist (#6672)EsfoNL2023-04-11
* Fix typos (#6643)Daniel Sedlak2023-04-07
* Hide signature help if it overlays completion menu (#5523)Pascal Kuthe2023-03-31
* implement proper lsp-workspace supportPascal Kuthe2023-03-29
* add workspace config and manual LSP root managementPascal Kuthe2023-03-29
* Fix clippy lints (#6454)Philipp Mildenberger2023-03-27
* make scrolloff calculation consistentPascal Kuthe2023-03-27
* allow scrolling past virtual text linePascal Kuthe2023-03-27
* Feat: LSP Type Hints (#5934)Poliorcetics2023-03-11
* Fix `shrink_selection` with multiple cursors. (#6093)gibbz002023-03-09
* correctly store snapshots when repeating insert-mode actionsPascal Kuthe2023-03-09
* discard stale completion requestsPascal Kuthe2023-03-09
* store multiple snapshots on the document at oncePascal Kuthe2023-03-09
* save selection before completion savepointPascal Kuthe2023-03-09
* create savepoint before requesting completionPascal Kuthe2023-03-09
* Do not add intermediate lines to jumplist with :<linenum> command. (#5751)Kyle Smith2023-03-08
* Add command for resetting diff hunks (#5736)Pascal Kuthe2023-03-08
* feat(dap): implement Restart request (#5651)Filip Dutescu2023-03-06
* Remove centering view from Unimpaired commands (#6193)Santiago Vrancovich2023-03-05
* update MSRV to 1.65Pascal Kuthe2023-03-05
* Replace incorrect usages of tab_width with indent_width. (#5918)Triton1712023-02-16