aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/commands/typed.rs
Commit message (Expand)AuthorAge
* fix write scratch buffer to fileSkyler Hawthorne2022-10-19
* various fixes in write-all pathSkyler Hawthorne2022-10-19
* fix panic when view of pending write is closedSkyler Hawthorne2022-10-19
* fix write-quit with auto formatSkyler Hawthorne2022-10-19
* fix modified status with auto formatSkyler Hawthorne2022-10-19
* improve reliability of shutdownSkyler Hawthorne2022-10-19
* add conditional noop render backSkyler Hawthorne2022-10-19
* update write-quit to wait for savesSkyler Hawthorne2022-10-19
* fix buffer-closeSkyler Hawthorne2022-10-19
* fix(write): do not set new path on document until write succeedsSkyler Hawthorne2022-10-19
* fix: buffer-close ensuring writesSkyler Hawthorne2022-10-19
* chore(write): serialize write operations within a DocumentSkyler Hawthorne2022-10-19
* display tree sitter scopes in a popup (#4337)Roberto Vidal2022-10-18
* fix `:insert-output` doc: inserting output **before** each selection (#4286)ZJPzjp2022-10-15
* Apply transactions to the jumplist for undo/redo (#4227)Michael Davis2022-10-12
* Add a helper function for applying transactionsMichael Davis2022-10-11
* Apply transactions to ViewsMichael Davis2022-10-11
* Change focus to modified docs on quit (#3872)A-Walrus2022-10-03
* Find workspace from document path (#3553)ath32022-10-03
* Add goto preview (#2982)Joe2022-10-03
* add :lsp-restart command (#3435)Filipe Azevedo2022-09-20
* Fix preview bug (#3644)Joe2022-09-20
* Remove the .txt suffix from tutorBlaž Hrastnik2022-09-11
* Switch to Result for invalid languageA-Walrus2022-09-10
* Add error handling to set language commandA-Walrus2022-09-10
* Fix :reflow panic by enusring cursor in view (#3733)A-Walrus2022-09-07
* Detect indent-style in `:set-language` (#3330)Michael Davis2022-08-05
* Avoid copying fragments (#3136)Matthias Deiml2022-08-04
* Shorten embedded command descriptions (#3070)Gokul Soumya2022-07-26
* add statusline element to display file line endings (#3113)Alexis Kalabura2022-07-21
* Add lsp signature help (#1755)Gokul Soumya2022-07-19
* Add live preview to theme picker (#1798)Joe2022-07-05
* Remove a couple more unwrapsBlaž Hrastnik2022-06-21
* Merge pull request #2359 from dead10ck/test-harnessBlaž Hrastnik2022-06-21
|\
| * fix(command): write-quit: do not quit if write failsSkyler Hawthorne2022-06-19
| * Add more context; Editor::open doesn't need to own pathSkyler Hawthorne2022-06-19
* | Enable shellwords for Windows (with escaping disabled) (#2767)ath32022-06-21
|/
* 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