| Commit message (Expand) | Author | Age |
* | Fix the infinite loop when copying the cursor to the top of the file (#5888) | Mike Trinkala | 2023-02-09 |
* | Address new clippy lints | Blaž Hrastnik | 2023-02-09 |
* | bump msrv to 1.63 (#5570) | Pascal Kuthe | 2023-02-09 |
* | Select change range for goto_first/last_change commands (#5206) | Michael Davis | 2023-02-07 |
* | enable rendering in integration tests (#5819) | Skyler Hawthorne | 2023-02-04 |
* | Add :character-info command (#4000) | William Etheredge | 2023-02-03 |
* | always commit to history when pasting (#5790) | Pascal Kuthe | 2023-02-02 |
* | add picker: current view dir (#4666) | Filipe Azevedo | 2023-02-02 |
* | Removing C-j and C-k from completion menu navigation (#5070) | Dylan Bulfin | 2023-02-02 |
* | add substring matching options to picker (#5114) | Pascal Kuthe | 2023-02-02 |
* | Tabulate buffer picker contents (#5777) | Gokul Soumya | 2023-02-02 |
* | fix position translation at EOF with softwrap (#5786) | Pascal Kuthe | 2023-02-02 |
* | Hide duplicate symlinks from the picker (#5658) | Pascal Kuthe | 2023-02-02 |
* | Surround with line-endings on `ms<ret>` (#4571) | Michael Davis | 2023-02-01 |
* | rework positioning/rendering and enable softwrap/virtual text (#5420) | Pascal Kuthe | 2023-01-31 |
* | Support goto-declaration LSP command (#5646) | Ole Krüger | 2023-01-31 |
* | Use filename completer on run-shell-command (#5729) | Jonathan LEI | 2023-01-30 |
* | Fix clippy 1.67 warnings (#5697) | Miguel Madrid-Mencía | 2023-01-27 |
* | keymap: Test backslash escaping in commands | ds-cbo | 2023-01-25 |
* | refactor: don't deserialize &str from toml | Pascal Kuthe | 2023-01-24 |
* | Fix selecting a changed file in global search (#5639) | Pascal Kuthe | 2023-01-23 |
* | Remove apply_transaction helper (#5598) | Ivan Tham | 2023-01-21 |
* | Fix panic for noop selecting join (#5579) | Pascal Kuthe | 2023-01-18 |
* | highlight non-bar cursors (#5575) | Pascal Kuthe | 2023-01-18 |
* | Replace menu::Item::{row, label} with format() | Gokul Soumya | 2023-01-18 |
* | Minimize allocation when converting table rows to string | Gokul Soumya | 2023-01-18 |
* | Use upstream implementation of table column calculation | Gokul Soumya | 2023-01-18 |
* | Reuse table in picker | Gokul Soumya | 2023-01-18 |
* | Primary cursor colors by mode (#5130) | gibbz00 | 2023-01-18 |
* | Add command to rotate view backward (#5356) | mejo13 | 2023-01-17 |
* | Commit to history after executing a command from the palette (#5294) | Nikodem Rabuliński | 2023-01-16 |
* | Separate jump behavior from increment/decrement (#4123) | greg-enbala | 2023-01-16 |
* | Added opening files in the background with A-ret shortcut (#4435) | Itay123 | 2023-01-16 |
* | Add some function documentations (#5360) | Pascal Sommer | 2023-01-11 |
* | Fix autocompletion for paths with period (#5175) | Dylan Bulfin | 2023-01-09 |
* | Store new config on application in :config-reload (#5431) | Lorenzo Albano | 2023-01-08 |
* | Fix language config reload logic (#5381) | Ethan Kiang | 2023-01-03 |
* | fix(commands): extend_line to proper line when count and current line selecte... | Gabriel Dinner-David | 2022-12-31 |
* | Add a status line element that shows just the basename of the file (#5318) | Nick | 2022-12-31 |
* | Expand `~` when parsing file paths in `:open` (#5329) | iobtl | 2022-12-29 |
* | Reload language config with `:config-reload` (#5239) | willful759 | 2022-12-29 |
* | Fix erroneous indent between closers of auto-pairs (#5330) | Triton171 | 2022-12-29 |
* | Fix opening new files (#5278) | alois31 | 2022-12-24 |
* | Avoid trailing `s` in message when only 1 file is opened (#5189) | Nick | 2022-12-23 |
* | mouse operations respect scrolloff (#5255) | jliaoh | 2022-12-23 |
* | Add command to merge consecutive ranges in selection (#5047) | DylanBulfin | 2022-12-23 |
* | Add file picker dialogue when opening a directory with :o (#2707) | Jack Allison | 2022-12-23 |
* | Make prompt suggestions greyed out | Jonathan LEI | 2022-12-17 |
* | Better sorting in picker in case of ties (#5169) | Alex Kladov | 2022-12-17 |
* | Print the binary required by the debug adapter (#5195) | Eric Thorburn | 2022-12-17 |