aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/commands/typed.rs
Commit message (Expand)AuthorAge
* Add more context; Editor::open doesn't need to own pathSkyler Hawthorne2022-06-19
* views -> buffers in write-all (#2788)Gygaxis Vainhardt2022-06-16
* Add shell insert commands to typable and config (#2589)Termina942022-06-05
* ensure :quit and :quit! take no arguments (#2654)Michael Davis2022-06-05
* append `set_line_ending` to document history (#2649)Kirawi2022-06-02
* Fix panic when reloading a shrunk file (#2506)Leoi Hung Kin2022-05-22
* feat(commands): add log-open command (#2422)amaihoefner2022-05-11
* Making the 'set-option' command help more descriptive. (#2365)Ben Lee-Cohen2022-05-04
* feat(commands): make it possible to disable format-on-save via the 'auto-form...unrelentingtech2022-05-02
* add reflow command (#2128)Vince Mutolo2022-05-02
* Add run-shell-command for Commands (#1682)Ryosuke Hayashi2022-05-02
* fix typos (#2304)chunghha2022-04-27
* Fix paste direction for typed paste commands (#2288)Michael Davis2022-04-26
* Add :get-option command (#2231)Daniel2022-04-24
* Replace line endings using `set_line_ending` command (#1871)Kirawi2022-04-23
* Pipe typable command (#1972)Thomas2022-04-17
* Add `:write!` to create nonexistent subdirectories (#1839)Omnikar2022-04-12
* Add runtime language configuration (#1794) (#1866)Roland Kovacs2022-04-05
* Add typed commands buffer-next and buffer-previous (#1940)Dr. David A. Kunz2022-04-03
* Avoid using the format ident Rust feature (#1881)Marcin Puc2022-03-30
* Add refresh-config and open-config command (#1803)Joe2022-03-25
* Put esoteric line endings behind a feature flagBlaž Hrastnik2022-03-17
* Refactor :set to parse by deserializing values (#1799)Gokul Soumya2022-03-15
* Add horizontal and vertical split scratch buffers (#1763)Joe2022-03-14
* migrate grammar fetching/building code into helix-loader crateMichael Davis2022-03-10
* Split out typable commands into a separate fileBlaž Hrastnik2022-03-07