aboutsummaryrefslogtreecommitdiff
path: root/helix-term
Commit message (Expand)AuthorAge
* Fix `:log-open` when `--log` is specified (#7573)Alex Vinyals2023-07-09
* Add filename completer for shell prompt (#7569)Alberto Romero2023-07-08
* use redraw handle for debouncing LSP messages (#7538)Pascal Kuthe2023-07-07
* build(deps): bump indoc from 2.0.1 to 2.0.2 (#7529)dependabot[bot]2023-07-04
* LSP: Use negotiated position encoding for workspace edits (#7469)Michael Davis2023-06-29
* LSP: Discard publishDiagnostic from uninitialized servers (#7467)Michael Davis2023-06-28
* build(deps): bump libc from 0.2.146 to 0.2.147 (#7463)dependabot[bot]2023-06-27
* make TS matching fallback to plaintextPascal Kuthe2023-06-22
* Fix Component implementations for Picker (#7382)Michael Davis2023-06-19
* Completely remove old Picker and rename FilePicker to PickerGokul Soumya2023-06-18
* Make file preview callback optionalMichael Davis2023-06-18
* Move FilePicker struct def closer to impl blockGokul Soumya2023-06-18
* Render the preview in FilePickerGokul Soumya2023-06-18
* Move Picker::render into FilePicker::renderGokul Soumya2023-06-18
* Move Component methods except render() to FilePickerGokul Soumya2023-06-18
* Move handle_event methods from Picker to FilePickerGokul Soumya2023-06-18
* Move navigation methods from Picker to FilePickerGokul Soumya2023-06-18
* Move scoring functions from Picker to FilePickerGokul Soumya2023-06-18
* Copy struct fields and new() from Picker to FilePickerGokul Soumya2023-06-18
* Move FilePicker::render from Component impl to normal implGokul Soumya2023-06-18
* Add yank_joined command (#7195)spectre2562023-06-16
* Add config for default line ending (#5621)Alex2023-06-16
* Preview scratch buffers in jumplist picker (#7331)A-Walrus2023-06-13
* Add rl and rla aliasses for reload and reload-all commands (#7158)Zisulin Morbrot2023-06-13
* Add reverse_selection_contents (#7329)Robert2023-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 Mildenberger2023-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 Schlecker2023-06-09
* Add register statusline element (#7222)spectre2562023-06-08
* Auto indent on `insert_at_line_start` (#5837)Alex2023-06-08
* Bail if no language servers support workspace symbols (#7286)Michael Davis2023-06-08
* add move_prev_long_word_end and extend_prev_long_word_end (#6905)vwkd2023-06-07
* Propagate the count and register to command palette commandsMichael Davis2023-06-07
* Persist register selection in pending keymapsMichael Davis2023-06-07
* commands(toggle): use pattern matching on the Value enum (#7240)Alex Vinyals2023-06-07
* Remove Keymap(KeyTrie) and simply use KeyTrie.gibbz002023-06-07
* Move `keymap.reverse_keymap()` to `Keytrie`:gibbz002023-06-07
* Remove pub keymap.name();gibbz002023-06-07
* Place `Info::from_keymap()` contents in `keymap.infobox()`:gibbz002023-06-07
* Keymap infobox: Idiomatic body tuple.gibbz002023-06-07
* Exclude config no_op bindings in command palette.gibbz002023-06-07
* Remove superfluous command description pruning for keymap infobox:gibbz002023-06-07
* `helix_term::keymap`: Remove one-liner solely used for a test.gibbz002023-06-07
* Make `Keymap` a tuple struct.gibbz002023-06-07
* keymap: Rename KeyTrie::Leaf -> KeyTrie::MapppableCommandgibbz002023-06-07
* keymap: Derive `Default` for KeyTrieNodegibbz002023-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