| Commit message (Expand) | Author | Age |
... | |
* | Clear statusline while prompt is visible (#7646) | Pascal Kuthe | 2023-07-17 |
* | enhanced `surround_replace` to provide visual feedback (#7588) | Alex Vinyals | 2023-07-13 |
* | Fix piping to Helix on macOS (#5468) | Jonathan | 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 |
* | Initialize log and config files right after parsing arguments (#7585) | Alex Vinyals | 2023-07-09 |
* | Implement the wa! command (#7577) | Ryan Fowler | 2023-07-09 |
* | Fix `:log-open` when `--log` is specified (#7573) | Alex Vinyals | 2023-07-09 |
* | Add filename completer for shell prompt (#7569) | Alberto Romero | 2023-07-08 |
* | use redraw handle for debouncing LSP messages (#7538) | Pascal Kuthe | 2023-07-07 |
* | LSP: Use negotiated position encoding for workspace edits (#7469) | Michael Davis | 2023-06-29 |
* | LSP: Discard publishDiagnostic from uninitialized servers (#7467) | Michael Davis | 2023-06-28 |
* | make TS matching fallback to plaintext | Pascal Kuthe | 2023-06-22 |
* | 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 |
* | 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 |
* | 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 |