aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src
Commit message (Expand)AuthorAge
* Fix crash in goto_window_center at EOF (#5987)Pascal Kuthe2023-02-14
* feat(ui): deprecated completions (#5932)Matouš Dzivjak2023-02-13
* Add :toggle-option command (#4085)A-Walrus2023-02-13
* Fix completion doc popup area calculation logicGokul Soumya2023-02-11
* Create popup rect instead of using raw valuesGokul Soumya2023-02-11
* Refactor our Markdown construction in completion docGokul Soumya2023-02-11
* Rename completion doc popup area variablesGokul Soumya2023-02-11
* Use early return in rendering completion docGokul Soumya2023-02-11
* Negotiate LSP Position Encoding (#5894)Pascal Kuthe2023-02-11
* Make `m` textobject look for pairs enclosing selections (#3344)Daniel S Poulin2023-02-10
* Add exit code to command failed msg (#5898)lesleyrs2023-02-10
* Split modification indicator from file statusline elements (#4731)Colton Clemmer2023-02-10
* Fix new clippy lints (#5892)Pascal Kuthe2023-02-09
* Fix the infinite loop when copying the cursor to the top of the file (#5888)Mike Trinkala2023-02-09
* Address new clippy lintsBlaž Hrastnik2023-02-09
* bump msrv to 1.63 (#5570)Pascal Kuthe2023-02-09
* Select change range for goto_first/last_change commands (#5206)Michael Davis2023-02-07
* enable rendering in integration tests (#5819)Skyler Hawthorne2023-02-04
* Add :character-info command (#4000)William Etheredge2023-02-03
* always commit to history when pasting (#5790)Pascal Kuthe2023-02-02
* add picker: current view dir (#4666)Filipe Azevedo2023-02-02
* Removing C-j and C-k from completion menu navigation (#5070)Dylan Bulfin2023-02-02
* add substring matching options to picker (#5114)Pascal Kuthe2023-02-02
* Tabulate buffer picker contents (#5777)Gokul Soumya2023-02-02
* fix position translation at EOF with softwrap (#5786)Pascal Kuthe2023-02-02
* Hide duplicate symlinks from the picker (#5658)Pascal Kuthe2023-02-02
* Surround with line-endings on `ms<ret>` (#4571)Michael Davis2023-02-01
* rework positioning/rendering and enable softwrap/virtual text (#5420)Pascal Kuthe2023-01-31
* Support goto-declaration LSP command (#5646)Ole Krüger2023-01-31
* 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
* 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