aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/commands/typed.rs
Commit message (Expand)AuthorAge
* make `:u` alias `:update` (#6835)Atticus Sebastiani2023-04-23
* make :toggle-option print the new value (#6774)Aleksey Kuznetsov2023-04-16
* Fix typos (#6643)Daniel Sedlak2023-04-07
* Let..else refactor (#6562)Casper Rogild Storm2023-04-03
* add option to enable/disable lsp snippetsPascal Kuthe2023-03-31
* add workspace config and manual LSP root managementPascal Kuthe2023-03-29
* Run shell commands asynchronously (#6373)sarah2023-03-21
* fix compilationBlaž Hrastnik2023-03-14
* Only complete appropriate arguments for typed commands. (#5966)Kyle Smith2023-03-14
* Generalised to multiple runtime directories with priorities (#5411)paul-scott2023-03-09
* Softwrapping improvements (#5893)Clément Delafargue2023-03-08
* Do not add intermediate lines to jumplist with :<linenum> command. (#5751)Kyle Smith2023-03-08
* Add command for resetting diff hunks (#5736)Pascal Kuthe2023-03-08
* Allow LSP server to be stopped (#5964)Davide Galassi2023-03-08
* feat: show current language when no argument is provided (#5895)Guillaume2023-02-16
* Add :toggle-option command (#4085)A-Walrus2023-02-13
* Address new clippy lintsBlaž Hrastnik2023-02-09
* Add :character-info command (#4000)William Etheredge2023-02-03
* always commit to history when pasting (#5790)Pascal Kuthe2023-02-02
* Use filename completer on run-shell-command (#5729)Jonathan LEI2023-01-30
* Remove apply_transaction helper (#5598)Ivan Tham2023-01-21
* Fix language config reload logic (#5381)Ethan Kiang2023-01-03
* Expand `~` when parsing file paths in `:open` (#5329)iobtl2022-12-29
* Fix opening new files (#5278)alois312022-12-24
* Add file picker dialogue when opening a directory with :o (#2707)Jack Allison2022-12-23
* Remove redraw to fix buildBlaž Hrastnik2022-12-15
* add redraw command (#4354)Roberto Vidal2022-12-15
* Improve error message handling for theme loading failures (#5073)Michael Davis2022-12-15
* Add `:pipe-to` typable command that ignores shell output (#4931)Alexander Schlögl2022-12-12
* reload_all: Ensure view is synced with doc history before reload (#4965)Michael Davis2022-12-02
* Show (git) diff signs in gutter (#3890)Pascal Kuthe2022-12-01
* Call View::apply within Document::append_changes_to_historyMichael Davis2022-11-29
* Revert "Don't apply transactions to Views in undo/redo"Michael Davis2022-11-29
* reload-all: Only update viewport when view focuses on the doc (#4901)Filipe Azevedo2022-11-26
* Don't apply transactions to Views in undo/redoMichael Davis2022-11-24
* Add `:reload-all` command (#4663)Filipe Azevedo2022-11-20
* Capture word parts while calculating shellwords (#4632)Michael Davis2022-11-17
* Add LSP workspace command picker (#3140)Matthias Deiml2022-11-09
* Fix command-mode completion behavior when input is escapedMichael Davis2022-11-07
* Escape filenames in command completionMichael Davis2022-11-07
* Fix whitespace handling in command-mode completionMichael Davis2022-11-07
* Correctly handle escaping in completion (#4316)Armin Ronacher2022-11-01
* commands: Make no arg ':theme' show name (#3740)James O. D. Hunt2022-10-26
* Add `:update` that will write the changes if the file has been modified. (#4...Gaurav Tyagi2022-10-26
* fix: write-all crash (#4384)Skyler Hawthorne2022-10-21
* flush writes on force quit (#4397)Skyler Hawthorne2022-10-21
* Autosave all when the terminal loses focus (#3178)Charlie Groves2022-10-21
* Merge pull request #2267 from dead10ck/fix-write-failBlaž Hrastnik2022-10-20
|\
| * fix tree_sitter_scopesSkyler Hawthorne2022-10-19
| * Editor::flush_writes returns an errorSkyler Hawthorne2022-10-19