aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/commands.rs
Commit message (Expand)AuthorAge
* Maintain the current cursor's position and view in the vsplit/hsplit commands...Lorenzo Bellina2023-09-04
* Fix find commands for buffers with non-LF line-endings (#8111)woojiq2023-09-03
* transition to nucleo for fuzzy matching (#7814)Pascal Kuthe2023-08-30
* goto_file_impl: use relative path to open file (#7965)Mike2023-08-21
* goto_file: open picker if a directory is selected (#7909)Andrés Cabero2023-08-15
* Make editor remember the latest search register (#5244)Jonathan LEI2023-08-14
* Fix YAML auto indentSkyler Hawthorne2023-08-10
* Align view for background buffer opened with `alt-ret` (#7691)woojiq2023-08-08
* fix range formatting error message typo (#7823)Austin L Wolfgram2023-08-04
* feat: smart_tabSkyler Hawthorne2023-08-01
* add node boundary movementSkyler Hawthorne2023-08-01
* Add yank_to_clipboard commands, bind to `<space>y` by defaultMichael Davis2023-07-31
* Reimplement clipboard commands in terms of special regsMichael Davis2023-07-31
* Preview the latest value for regular registersMichael Davis2023-07-31
* commands: Allow using selected register where hardcodedMichael Davis2023-07-31
* Use refactored Registers typeMichael Davis2023-07-31
* enhanced `surround_replace` to provide visual feedback (#7588)Alex Vinyals2023-07-13
* Auto indent change if selection is linewise (#7316)Tudyx2023-07-11
* Fix crash when cwd is deleted (#7185)Yomain2023-07-11
* search buffer contents during global search (#5652)Pascal Kuthe2023-07-11
* (Updated) Apply motion API refinements (#6078)Gabriel Hansson2023-07-09
* Add filename completer for shell prompt (#7569)Alberto Romero2023-07-08
* make TS matching fallback to plaintextPascal Kuthe2023-06-22
* 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