| Commit message (Expand) | Author | Age |
... | |
* | ensure :quit and :quit! take no arguments (#2654) | Michael Davis | 2022-06-05 |
* | Avoid modifying jumplist until jumping to ref (#2670) | yzwduck | 2022-06-05 |
* | append `set_line_ending` to document history (#2649) | Kirawi | 2022-06-02 |
* | fix: lsp: be more defensive about URI conversions | Blaž Hrastnik | 2022-06-02 |
* | fix: lsp: be more defensive about URI conversions | Blaž Hrastnik | 2022-06-02 |
* | Improve Readability (#2639) | Ryan Russell | 2022-06-01 |
* | Fix unwrap error when undo after `shell_append_output` (#2625) | Andrey Tkachenko | 2022-05-31 |
* | Update to ropey 1.5 | Blaž Hrastnik | 2022-05-30 |
* | Bump dependencies, allow retain_mut for now | Blaž Hrastnik | 2022-05-29 |
* | build(deps): bump once_cell from 1.10.0 to 1.12.0 | dependabot[bot] | 2022-05-25 |
* | Add shrink equivalent of extend_to_line_bounds (#2450) | Daniel S Poulin | 2022-05-22 |
* | Add theme key for picker separator (#2523) | kyrime | 2022-05-22 |
* | Fix panic when reloading a shrunk file (#2506) | Leoi Hung Kin | 2022-05-22 |
* | Implement view swapping | Roland Kovacs | 2022-05-21 |
* | address rust 1.61.0 clippy lints (#2514) | Michael Davis | 2022-05-20 |
* | use ui.menu instead of ui.statusline for command completion menu theme | Christoph Horn | 2022-05-20 |
* | Separate colors for different diagnostics types (#2437) | Robert Walter | 2022-05-20 |
* | support insert register in prompt (#2458) | Bob | 2022-05-20 |
* | Implement view transpose (#2461) | Roland Kovacs | 2022-05-20 |
* | deletion of lines affecting popup scrolling (#2497) | Alexis Kalabura | 2022-05-20 |
* | Don't panic on LSP parsing errors | Blaž Hrastnik | 2022-05-11 |
* | feat(commands): add log-open command (#2422) | amaihoefner | 2022-05-11 |
* | Exclude cursor when doing ctrl-w (#2431) | Ivan Tham | 2022-05-11 |
* | prevent selection collapse when inserting a newline (#2414) | Michael Davis | 2022-05-11 |
* | Making the 'set-option' command help more descriptive. (#2365) | Ben Lee-Cohen | 2022-05-04 |
* | feat(term): wrap command palette in overlay (#2378) | Matouš Dzivjak | 2022-05-03 |
* | Add undo checkpoint command (#2115) | AntonioLucibello | 2022-05-02 |
* | feat(commands): make it possible to disable format-on-save via the 'auto-form... | unrelentingtech | 2022-05-02 |
* | add reflow command (#2128) | Vince Mutolo | 2022-05-02 |
* | Auto-complete directory members (#1801) (#1907) | Roland Kovacs | 2022-05-02 |
* | Add run-shell-command for Commands (#1682) | Ryosuke Hayashi | 2022-05-02 |
* | num_cpus apparently unused in helix-term | Blaž Hrastnik | 2022-05-01 |
* | feat(ui): add nbsp (non-breaking space) to rendered whitespace (#2322) | unrelentingtech | 2022-04-30 |
* | prevent rendering visible whitespace on trailing cursor (#2331) | Michael Davis | 2022-04-30 |
* | feat(ui): treat slashes as word separators in prompt (#2315) | unrelentingtech | 2022-04-30 |
* | Support m in surround delete and replace | Gokul Soumya | 2022-04-29 |
* | Add `m` textobject to select closest surround pair | Gokul Soumya | 2022-04-29 |
* | Change A-left right to C-left right in insert (#2193) | Ivan Tham | 2022-04-29 |
* | Make A-hjkl tree-sitter nav A-pion (#2205) | Ivan Tham | 2022-04-29 |
* | Wrap current directory picker with overlay widget (#2308) | CossonLeo | 2022-04-28 |
* | fix typos (#2304) | chunghha | 2022-04-27 |
* | feat(commands): better handling of buffer-close (#1397) | Matouš Dzivjak | 2022-04-27 |
* | Fix paste direction for typed paste commands (#2288) | Michael Davis | 2022-04-26 |
* | Add :get-option command (#2231) | Daniel | 2022-04-24 |
* | Rename paragraph motion commands from move to goto (#2226) | Michael Davis | 2022-04-24 |
* | chore(lsp): check rename capabilities before send rename action (#2203) | ttys3 | 2022-04-23 |
* | Fix ctrl-u on insert behavior (#1957) | Ivan Tham | 2022-04-23 |
* | Replace line endings using `set_line_ending` command (#1871) | Kirawi | 2022-04-23 |
* | allow whitespace to be rendered | Omnikar | 2022-04-20 |
* | Added ability to remap 0 if it is not part of a count (#2174) | adaliaramon | 2022-04-20 |