| Commit message (Expand) | Author | Age |
* | 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 |
* | Make file preview callback optional | Michael Davis | 2023-06-18 |
* | Add yank_joined command (#7195) | spectre256 | 2023-06-16 |
* | Preview scratch buffers in jumplist picker (#7331) | A-Walrus | 2023-06-13 |
* | Add reverse_selection_contents (#7329) | Robert | 2023-06-13 |
* | Auto indent on `insert_at_line_start` (#5837) | Alex | 2023-06-08 |
* | add move_prev_long_word_end and extend_prev_long_word_end (#6905) | vwkd | 2023-06-07 |
* | Propagate the count and register to command palette commands | Michael Davis | 2023-06-07 |
* | feat(core): add plaintext matching fallback to tree-sitter matching (#4288) | Alex Vinyals | 2023-06-05 |
* | fixed repeat_last_motion extends selection (#7159) | Ethan Wilkes | 2023-05-28 |
* | Add command to merge non-consecutive ranges (#7053) | Szabin | 2023-05-19 |
* | Rebase cleanup/fixes and use lsp::CompletionItem in item_to_transaction directly | Philipp Mildenberger | 2023-05-18 |
* | Filter language servers also by capabilities in `doc.language_servers_with_fe... | Philipp Mildenberger | 2023-05-18 |
* | Filter out already seen language servers in requests that can be sent to mult... | Philipp Mildenberger | 2023-05-18 |
* | Use let else instead of variable and fix some error messages | Philipp Mildenberger | 2023-05-18 |
* | Remove offset_encoding in CompletionItem | Philipp Mildenberger | 2023-05-18 |
* | Refactored doc.language_servers and doc.language_servers_with_feature to retu... | Philipp Mildenberger | 2023-05-18 |
* | Use DoubleEndedIterator instead of collect to Vec for reversing | Philipp Mildenberger | 2023-05-18 |
* | Fix hardcoded offset_encoding | Philipp Mildenberger | 2023-05-18 |
* | Adds support for multiple language servers per language. | Philipp Mildenberger | 2023-05-18 |
* | don't move cursor while forward deleting in append mode | Pascal Kuthe | 2023-05-18 |
* | cleanup delete_by_selection_insert_mode function | Pascal Kuthe | 2023-05-18 |
* | fix panic when deleting overlapping ranges | Pascal Kuthe | 2023-05-18 |
* | ensure correct trigger/start completion offset | Pascal Kuthe | 2023-05-18 |
* | correctly handle completion rerequest | Pascal Kuthe | 2023-05-18 |
* | Replace DAP vars popup, instead of adding new (#7034) | A-Walrus | 2023-05-13 |
* | Conserve BOM and properly support UTF16 (#6497) | Alexis-Lapierre | 2023-04-30 |
* | Sort the buffer picker by most recent access (#2980) | Evgeniy Tatarkin | 2023-04-28 |
* | Add extend_to_first_nonwhitespace (#6837) | Dimitri Sabadie | 2023-04-25 |
* | Fix crash on opening jumplist (#6672) | EsfoNL | 2023-04-11 |
* | Fix typos (#6643) | Daniel Sedlak | 2023-04-07 |