aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/commands.rs
Commit message (Expand)AuthorAge
* Clear line on `<ret>` when line is all whitespace (#4854)Michael Davis2022-11-25
* Exit select mode on surround commands (#4858)Jonathan LEI2022-11-24
* Don't apply transactions to Views in undo/redoMichael Davis2022-11-24
* lsp: Check server provider capabilities (#3554)Michael Davis2022-11-22
* remove duplicated shell calls (#3465)Bob2022-11-22
* Limit the number of items in the jumplist (#4750)Michael Davis2022-11-22
* Select new pasted text in normal mode only (#4824)Michael Davis2022-11-21
* Add preview for scratch buffers in buffer picker (#3454)A-Walrus2022-11-21
* Make `r<tab>` and `f<tab>` work (#4817)Lennard Hofmann2022-11-19
* Select surrounding characters when using match/surround (m) mode (#4752)Austen Adler2022-11-18
* Remove prefix filtering from autocomplete menu (#4578)ChrHorn2022-11-17
* Use key-sequence format for command palette keybinds (#4712)Michael Davis2022-11-17
* minor: Simplify some command codeBlaž Hrastnik2022-11-16
* minor: cloning filter and using count() is wasteful hereBlaž Hrastnik2022-11-16
* fix buildBlaž Hrastnik2022-11-15
* Add command to add word boundaries to search (#4322)Armin Ronacher2022-11-15
* Refactor blackhole register (#4504)ath32022-11-15
* Fix range offsets for multiple shell insertions (#4619)Michael Davis2022-11-14
* rename description for `goto_line_end_newline`asvln2022-11-12
* add `extend_prev_word_end` commandasvln2022-11-12
* feat(commands): increment by range (#4418)Bruce Hopkins2022-11-11
* Re-enable format_selections for a single selection rangeBlaž Hrastnik2022-11-09
* Dynamically resize line number gutter width (#3469)Doug Kelkhoff2022-11-08
* core: Move state into the history moduleBlaž Hrastnik2022-11-08
* Fix range offsets in multi-selection paste (#4608)Michael Davis2022-11-06
* Fix panic on paste from blackhole register (#4497)Michael Davis2022-11-04
* Select text inserted by shell or paste (#4458)Michael Davis2022-11-04
* Resolve a bunch of upcoming clippy lintsBlaž Hrastnik2022-11-04
* Exit select mode on replace commands (#4554)Jonathan LEI2022-11-02
* Fix `delete_char_backward` for paired characters (#4558)Yuriy Gabuev2022-11-01
* fix: make `scroll` aware of tabs and wide characters (#4519)Matthew Toohey2022-10-29
* Make shell_impl concurrent (#3180)Matthias Deiml2022-10-29
* Include colons for typable commands in command palette (#4495)Michael Davis2022-10-28
* Trim quotes and braces from paths in goto_file_impl (#4370)Dario Oddenino2022-10-28
* fix: terminal freezing on `shell_insert_output`GabrielDertoni2022-10-26
* nit: Do less allocations in `ui::menu::Item::label` implementationsAlexis (Poliorcetics) Bourget2022-10-21
* fix: write-all crash (#4384)Skyler Hawthorne2022-10-21
* Fix unexpected behavior in delete_word_backward and delete_word_forward (#4392)Nimrod2022-10-21
* chore(view): remove indent_unit helper fn (#4389)Matouš Dzivjak2022-10-20
* fix(commands): no last picker error (#4387)Matouš Dzivjak2022-10-20
* Use a single save_queue on the editorBlaž Hrastnik2022-10-19
* document should save even if formatter failsSkyler Hawthorne2022-10-19
* move language server refresh to document saved event handlerSkyler Hawthorne2022-10-19
* fix write-quit with auto formatSkyler Hawthorne2022-10-19
* fix modified status with auto formatSkyler Hawthorne2022-10-19
* add conditional noop render backSkyler Hawthorne2022-10-19
* chore(write): serialize write operations within a DocumentSkyler Hawthorne2022-10-19
* Fix deleting word from end of buffer (#4328)Jonathan LEI2022-10-19
* Use the same `WalkBuilder` configuration for the global search file picker as...Philipp Mildenberger2022-10-18
* Changed Selection Yank Message (#4275)Nathaniel Graham2022-10-14