| Commit message (Expand) | Author | Age |
* | Fix panic in surround_replace/delete nested multi-cursor (#9815) | Mike Trinkala | 2024-03-07 |
* | Fix panic when using join_selections_space (#9783) | Mike Trinkala | 2024-03-02 |
* | toggling of block comments (#4718) | Gabriel Dinner-David | 2024-02-27 |
* | switch to regex-cursor (#9422) | Pascal Kuthe | 2024-02-26 |
* | Scroll cursor and page together (neovim-like scrolling) (#8015) | AlexanderDickie | 2024-02-18 |
* | Add changes to history when paste-replacing (#9625) | Mihir Gadgil | 2024-02-13 |
* | Use range positions to determine insert_newline motion (#9448) | Waleed Dahshan | 2024-01-29 |
* | refactor completion and signature help using hooks | Pascal Kuthe | 2024-01-23 |
* | Add hook/event system | Pascal Kuthe | 2024-01-23 |
* | Create helix-stdx crate for stdlib extensions | Michael Davis | 2024-01-18 |
* | Address clippy lints (#9371) | Daniel Sedlak | 2024-01-17 |
* | feat(lsp): implement show document request (#8865) | Matouš Dzivjak | 2024-01-17 |
* | Initialize diagnostics when opening a document (#8873) | Philipp Mildenberger | 2024-01-09 |
* | Update goto_file docs (#8563) (#9001) | jw013 | 2024-01-08 |
* | Make the indent heuristic configurable | Daniel Ebert | 2023-12-15 |
* | Join empty lines with only one space in `join_selections` (#8989) | TornaxO7 | 2023-12-06 |
* | bump MSRV to 1.70.0 (#8877) | Cole Helbling | 2023-11-25 |
* | open urls with goto_file command (#5820) | Matouš Dzivjak | 2023-11-21 |
* | make increment/decrement exit select mode | Ryan Mehri | 2023-11-18 |
* | make switch case commands exit select mode | Ryan Mehri | 2023-11-18 |
* | make align exit select mode | Ryan Mehri | 2023-11-18 |
* | make replace with clipboard commands exit select mode | Ryan Mehri | 2023-11-18 |
* | make paste commands exit select mode | Ryan Mehri | 2023-11-18 |
* | make indent/unindent exit select mode | Ryan Mehri | 2023-11-18 |
* | swap yank command registers (#8708) | Skyler Hawthorne | 2023-11-04 |
* | Add helix-specific ignore files (#8099) | Paul Olteanu | 2023-10-21 |
* | Maintain the current cursor's position and view in the vsplit/hsplit commands... | Lorenzo Bellina | 2023-09-04 |
* | Fix find commands for buffers with non-LF line-endings (#8111) | woojiq | 2023-09-03 |
* | transition to nucleo for fuzzy matching (#7814) | Pascal Kuthe | 2023-08-30 |
* | goto_file_impl: use relative path to open file (#7965) | Mike | 2023-08-21 |
* | goto_file: open picker if a directory is selected (#7909) | Andrés Cabero | 2023-08-15 |
* | Make editor remember the latest search register (#5244) | Jonathan LEI | 2023-08-14 |
* | Fix YAML auto indent | Skyler Hawthorne | 2023-08-10 |
* | Align view for background buffer opened with `alt-ret` (#7691) | woojiq | 2023-08-08 |
* | fix range formatting error message typo (#7823) | Austin L Wolfgram | 2023-08-04 |
* | feat: smart_tab | Skyler Hawthorne | 2023-08-01 |
* | add node boundary movement | Skyler Hawthorne | 2023-08-01 |
* | Add yank_to_clipboard commands, bind to `<space>y` by default | Michael Davis | 2023-07-31 |
* | Reimplement clipboard commands in terms of special regs | Michael Davis | 2023-07-31 |
* | Preview the latest value for regular registers | Michael Davis | 2023-07-31 |
* | commands: Allow using selected register where hardcoded | Michael Davis | 2023-07-31 |
* | Use refactored Registers type | Michael Davis | 2023-07-31 |
* | enhanced `surround_replace` to provide visual feedback (#7588) | Alex Vinyals | 2023-07-13 |
* | Auto indent change if selection is linewise (#7316) | Tudyx | 2023-07-11 |
* | Fix crash when cwd is deleted (#7185) | Yomain | 2023-07-11 |
* | search buffer contents during global search (#5652) | Pascal Kuthe | 2023-07-11 |
* | (Updated) Apply motion API refinements (#6078) | Gabriel Hansson | 2023-07-09 |
* | Add filename completer for shell prompt (#7569) | Alberto Romero | 2023-07-08 |
* | make TS matching fallback to plaintext | Pascal Kuthe | 2023-06-22 |
* | Completely remove old Picker and rename FilePicker to Picker | Gokul Soumya | 2023-06-18 |