aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/commands.rs
Commit message (Expand)AuthorAge
* Keybind for Extend/shrink selection up and down (#9080)Emi2024-03-17
* Fix panic in surround_replace/delete nested multi-cursor (#9815)Mike Trinkala2024-03-07
* Fix panic when using join_selections_space (#9783)Mike Trinkala2024-03-02
* toggling of block comments (#4718)Gabriel Dinner-David2024-02-27
* switch to regex-cursor (#9422)Pascal Kuthe2024-02-26
* Scroll cursor and page together (neovim-like scrolling) (#8015)AlexanderDickie2024-02-18
* Add changes to history when paste-replacing (#9625)Mihir Gadgil2024-02-13
* Use range positions to determine insert_newline motion (#9448)Waleed Dahshan2024-01-29
* refactor completion and signature help using hooksPascal Kuthe2024-01-23
* Add hook/event systemPascal Kuthe2024-01-23
* Create helix-stdx crate for stdlib extensionsMichael Davis2024-01-18
* Address clippy lints (#9371)Daniel Sedlak2024-01-17
* 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