aboutsummaryrefslogtreecommitdiff
path: root/helix-term
Commit message (Expand)AuthorAge
* Support goto-declaration LSP command (#5646)Ole Krüger2023-01-31
* build(deps): bump indoc from 1.0.8 to 2.0.0 (#5742)dependabot[bot]2023-01-30
* build(deps): bump toml from 0.6.0 to 0.7.0 (#5726)alice2023-01-30
* Use filename completer on run-shell-command (#5729)Jonathan LEI2023-01-30
* Fix clippy 1.67 warnings (#5697)Miguel Madrid-Mencía2023-01-27
* keymap: Test backslash escaping in commandsds-cbo2023-01-25
* refactor: don't deserialize &str from tomlPascal Kuthe2023-01-24
* build(deps): bump toml from 0.5.10 to 0.6.0dependabot[bot]2023-01-24
* build(deps): bump which from 4.3.0 to 4.4.0 (#5655)dependabot[bot]2023-01-23
* Fix selecting a changed file in global search (#5639)Pascal Kuthe2023-01-23
* Remove apply_transaction helper (#5598)Ivan Tham2023-01-21
* Fix panic for noop selecting join (#5579)Pascal Kuthe2023-01-18
* highlight non-bar cursors (#5575)Pascal Kuthe2023-01-18
* Replace menu::Item::{row, label} with format()Gokul Soumya2023-01-18
* Minimize allocation when converting table rows to stringGokul Soumya2023-01-18
* Use upstream implementation of table column calculationGokul Soumya2023-01-18
* Reuse table in pickerGokul Soumya2023-01-18
* Primary cursor colors by mode (#5130)gibbz002023-01-18
* Add command to rotate view backward (#5356)mejo132023-01-17
* Commit to history after executing a command from the palette (#5294)Nikodem Rabuliński2023-01-16
* Separate jump behavior from increment/decrement (#4123)greg-enbala2023-01-16
* Added opening files in the background with A-ret shortcut (#4435)Itay1232023-01-16
* Add some function documentations (#5360)Pascal Sommer2023-01-11
* Fix autocompletion for paths with period (#5175)Dylan Bulfin2023-01-09
* Store new config on application in :config-reload (#5431)Lorenzo Albano2023-01-08
* Fix language config reload logic (#5381)Ethan Kiang2023-01-03
* build(deps): bump arc-swap from 1.5.1 to 1.6.0 (#5375)dependabot[bot]2023-01-03
* build(deps): bump once_cell from 1.16.0 to 1.17.0 (#5373)dependabot[bot]2023-01-03
* fix(commands): extend_line to proper line when count and current line selecte...Gabriel Dinner-David2022-12-31
* Add a status line element that shows just the basename of the file (#5318)Nick2022-12-31
* Expand `~` when parsing file paths in `:open` (#5329)iobtl2022-12-29
* Reload language config with `:config-reload` (#5239)willful7592022-12-29
* Fix erroneous indent between closers of auto-pairs (#5330)Triton1712022-12-29
* Fix opening new files (#5278)alois312022-12-24
* Avoid trailing `s` in message when only 1 file is opened (#5189)Nick2022-12-23
* mouse operations respect scrolloff (#5255)jliaoh2022-12-23
* Add command to merge consecutive ranges in selection (#5047)DylanBulfin2022-12-23
* Add file picker dialogue when opening a directory with :o (#2707)Jack Allison2022-12-23
* build(deps): bump indoc from 1.0.7 to 1.0.8 (#5226)dependabot[bot]2022-12-19
* Make prompt suggestions greyed outJonathan LEI2022-12-17
* Better sorting in picker in case of ties (#5169)Alex Kladov2022-12-17
* Print the binary required by the debug adapter (#5195)Eric Thorburn2022-12-17
* Remove redraw to fix buildBlaž Hrastnik2022-12-15
* Restore deleted goto_pos function (#5164)Sebastian Zivota2022-12-15
* add redraw command (#4354)Roberto Vidal2022-12-15
* Select diagnostic range in goto_*_diag commands (#4713)Michael Davis2022-12-15
* workspace symbols: Default to empty Vec on NoneMichael Davis2022-12-15
* DynamicPicker: Reset idle timeout on refreshMichael Davis2022-12-15
* DynamicPicker: Use idle-timeout as debounceMichael Davis2022-12-15
* Re-request workspace symbols on keypress in pickerGokul Soumya2022-12-15