aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/commands.rs
Commit message (Expand)AuthorAge
* Fix panic for noop selecting join (#5579)Pascal Kuthe2023-01-18
* Replace menu::Item::{row, label} with format()Gokul Soumya2023-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
* fix(commands): extend_line to proper line when count and current line selecte...Gabriel Dinner-David2022-12-31
* Fix erroneous indent between closers of auto-pairs (#5330)Triton1712022-12-29
* Add command to merge consecutive ranges in selection (#5047)DylanBulfin2022-12-23
* Restore deleted goto_pos function (#5164)Sebastian Zivota2022-12-15
* Select diagnostic range in goto_*_diag commands (#4713)Michael Davis2022-12-15
* Reset mode when changing buffers (#5072)Michael Davis2022-12-11
* Fix LSP completions ignoring auto-completion option (#5042)Jummit2022-12-09
* Add command/keybinding to jump between hunks (#4650)Pascal Kuthe2022-12-06
* fix: align view after jumplist_picker (#3743)Narazaki Shuji2022-12-06
* Change default TS object bindings (#3782)nosa2022-12-06
* Fix nightly clippy lints (#4954)Tshepang Mbambo2022-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
* 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