aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/commands.rs
Commit message (Expand)AuthorAge
* feat(lsp): implement show document request (#8865)Matouš Dzivjak2024-01-17
* Initialize diagnostics when opening a document (#8873)Philipp Mildenberger2024-01-09
* Update goto_file docs (#8563) (#9001)jw0132024-01-08
* Make the indent heuristic configurableDaniel Ebert2023-12-15
* Join empty lines with only one space in `join_selections` (#8989)TornaxO72023-12-06
* bump MSRV to 1.70.0 (#8877)Cole Helbling2023-11-25
* open urls with goto_file command (#5820)Matouš Dzivjak2023-11-21
* make increment/decrement exit select modeRyan Mehri2023-11-18
* make switch case commands exit select modeRyan Mehri2023-11-18
* make align exit select modeRyan Mehri2023-11-18
* make replace with clipboard commands exit select modeRyan Mehri2023-11-18
* make paste commands exit select modeRyan Mehri2023-11-18
* make indent/unindent exit select modeRyan Mehri2023-11-18
* swap yank command registers (#8708)Skyler Hawthorne2023-11-04
* Add helix-specific ignore files (#8099)Paul Olteanu2023-10-21
* 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