| Commit message (Expand) | Author | Age |
* | Fix Component implementations for Picker (#7382) | Michael Davis | 2023-06-19 |
* | Completely remove old Picker and rename FilePicker to Picker | Gokul Soumya | 2023-06-18 |
* | Make file preview callback optional | Michael Davis | 2023-06-18 |
* | Move FilePicker struct def closer to impl block | Gokul Soumya | 2023-06-18 |
* | Render the preview in FilePicker | Gokul Soumya | 2023-06-18 |
* | Move Picker::render into FilePicker::render | Gokul Soumya | 2023-06-18 |
* | Move Component methods except render() to FilePicker | Gokul Soumya | 2023-06-18 |
* | Move handle_event methods from Picker to FilePicker | Gokul Soumya | 2023-06-18 |
* | Move navigation methods from Picker to FilePicker | Gokul Soumya | 2023-06-18 |
* | Move scoring functions from Picker to FilePicker | Gokul Soumya | 2023-06-18 |
* | Copy struct fields and new() from Picker to FilePicker | Gokul Soumya | 2023-06-18 |
* | Move FilePicker::render from Component impl to normal impl | Gokul Soumya | 2023-06-18 |
* | Add yank_joined command (#7195) | spectre256 | 2023-06-16 |
* | Add config for default line ending (#5621) | Alex | 2023-06-16 |
* | Preview scratch buffers in jumplist picker (#7331) | A-Walrus | 2023-06-13 |
* | Add rl and rla aliasses for reload and reload-all commands (#7158) | Zisulin Morbrot | 2023-06-13 |
* | Add reverse_selection_contents (#7329) | Robert | 2023-06-13 |
* | build(deps): bump libc from 0.2.145 to 0.2.146 (#7327) | dependabot[bot] | 2023-06-13 |
* | build(deps): bump tempfile from 3.5.0 to 3.6.0 (#7326) | dependabot[bot] | 2023-06-13 |
* | Fix underflow when repeating a completion that has a negative shift position ... | Philipp Mildenberger | 2023-06-12 |
* | fix: add file argument in help text (#7307) | 0xHiro / ヒロ | 2023-06-10 |
* | add config option for instant completion entry preview (defaulting to true). | Luca Schlecker | 2023-06-09 |
* | Add register statusline element (#7222) | spectre256 | 2023-06-08 |
* | Auto indent on `insert_at_line_start` (#5837) | Alex | 2023-06-08 |
* | Bail if no language servers support workspace symbols (#7286) | Michael Davis | 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 |
* | Persist register selection in pending keymaps | Michael Davis | 2023-06-07 |
* | commands(toggle): use pattern matching on the Value enum (#7240) | Alex Vinyals | 2023-06-07 |
* | Remove Keymap(KeyTrie) and simply use KeyTrie. | gibbz00 | 2023-06-07 |
* | Move `keymap.reverse_keymap()` to `Keytrie`: | gibbz00 | 2023-06-07 |
* | Remove pub keymap.name(); | gibbz00 | 2023-06-07 |
* | Place `Info::from_keymap()` contents in `keymap.infobox()`: | gibbz00 | 2023-06-07 |
* | Keymap infobox: Idiomatic body tuple. | gibbz00 | 2023-06-07 |
* | Exclude config no_op bindings in command palette. | gibbz00 | 2023-06-07 |
* | Remove superfluous command description pruning for keymap infobox: | gibbz00 | 2023-06-07 |
* | `helix_term::keymap`: Remove one-liner solely used for a test. | gibbz00 | 2023-06-07 |
* | Make `Keymap` a tuple struct. | gibbz00 | 2023-06-07 |
* | keymap: Rename KeyTrie::Leaf -> KeyTrie::MapppableCommand | gibbz00 | 2023-06-07 |
* | keymap: Derive `Default` for KeyTrieNode | gibbz00 | 2023-06-07 |
* | build(deps): bump once_cell from 1.17.2 to 1.18.0 (#7248) | dependabot[bot] | 2023-06-06 |
* | build(deps): bump libc from 0.2.144 to 0.2.145 (#7244) | dependabot[bot] | 2023-06-06 |
* | feat(core): add plaintext matching fallback to tree-sitter matching (#4288) | Alex Vinyals | 2023-06-05 |
* | Exit gracefully on termination signals (#7236) | Michael Davis | 2023-06-05 |
* | feat(commands): allows cycling option values at runtime (#4411) | Alex Vinyals | 2023-06-05 |
* | fixed repeat_last_motion extends selection (#7159) | Ethan Wilkes | 2023-05-28 |
* | Fix off-by-one in select symbol references (#7132) | Matthew Toohey | 2023-05-25 |
* | Update diagnostics correctly on LSP exit (#7111) | Poliorcetics | 2023-05-23 |
* | 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 |