aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/commands.rs
Commit message (Expand)AuthorAge
* correctly store snapshots when repeating insert-mode actionsPascal Kuthe2023-03-09
* discard stale completion requestsPascal Kuthe2023-03-09
* store multiple snapshots on the document at oncePascal Kuthe2023-03-09
* save selection before completion savepointPascal Kuthe2023-03-09
* create savepoint before requesting completionPascal Kuthe2023-03-09
* 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
* feat(dap): implement Restart request (#5651)Filip Dutescu2023-03-06
* Remove centering view from Unimpaired commands (#6193)Santiago Vrancovich2023-03-05
* update MSRV to 1.65Pascal Kuthe2023-03-05
* Replace incorrect usages of tab_width with indent_width. (#5918)Triton1712023-02-16
* Fix crash in goto_window_center at EOF (#5987)Pascal Kuthe2023-02-14
* Make `m` textobject look for pairs enclosing selections (#3344)Daniel S Poulin2023-02-10
* Add exit code to command failed msg (#5898)lesleyrs2023-02-10
* Fix new clippy lints (#5892)Pascal Kuthe2023-02-09
* Fix the infinite loop when copying the cursor to the top of the file (#5888)Mike Trinkala2023-02-09
* bump msrv to 1.63 (#5570)Pascal Kuthe2023-02-09
* Select change range for goto_first/last_change commands (#5206)Michael Davis2023-02-07
* always commit to history when pasting (#5790)Pascal Kuthe2023-02-02
* add picker: current view dir (#4666)Filipe Azevedo2023-02-02
* Tabulate buffer picker contents (#5777)Gokul Soumya2023-02-02
* Hide duplicate symlinks from the picker (#5658)Pascal Kuthe2023-02-02
* Surround with line-endings on `ms<ret>` (#4571)Michael Davis2023-02-01
* rework positioning/rendering and enable softwrap/virtual text (#5420)Pascal Kuthe2023-01-31
* Support goto-declaration LSP command (#5646)Ole Krüger2023-01-31
* keymap: Test backslash escaping in commandsds-cbo2023-01-25
* Fix selecting a changed file in global search (#5639)Pascal Kuthe2023-01-23
* Remove apply_transaction helper (#5598)Ivan Tham2023-01-21
* 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