| Commit message (Expand) | Author | Age |
... | |
* | Remove unused variables | Ivan Tham | 2021-06-15 |
* | Report indent style when calling indent-style with no arguments. | Nathan Vegdahl | 2021-06-15 |
* | Address PR comments. | Nathan Vegdahl | 2021-06-15 |
* | Implement command to change the indent-style setting of a document. | Nathan Vegdahl | 2021-06-15 |
* | fix: wq/wqa functions need to wait for save to finish before closing | Blaž Hrastnik | 2021-06-14 |
* | fix offset by one problem in replace_with_yanked | Andreas Liljeqvist | 2021-06-14 |
* | Fix `wq` | Wojciech Kępka | 2021-06-13 |
* | Fix clippy | Wojciech Kępka | 2021-06-13 |
* | Deduplicate code | Wojciech Kępka | 2021-06-13 |
* | Add `qa` and `qa!` | Wojciech Kępka | 2021-06-13 |
* | Update write_all | Wojciech Kępka | 2021-06-13 |
* | Add `Copy` derive to `PromptEvent` | Wojciech Kępka | 2021-06-13 |
* | commands: Add more write commands | Wojciech Kępka | 2021-06-13 |
* | Add clarification to last buffer | Ivan Tham | 2021-06-13 |
* | add symbol picker (#230) | Robin | 2021-06-12 |
* | add alternate file (#223) | Robin | 2021-06-12 |
* | lsp: Check bounds when converting lsp positions (#204) | Wojciech Kępka | 2021-06-12 |
* | Only auto-format for certain languages | Blaž Hrastnik | 2021-06-12 |
* | Add :earlier and :later commands that can be used to navigate the full edit h... | Jakub Bartodziej | 2021-06-11 |
* | Movement fixes, refactor and unit test suite (#217) | PabloMansanet | 2021-06-11 |
* | commands: Handle `t<ENTER>` as till newline | Wojciech Kępka | 2021-06-11 |
* | move to first nonwhitespace on shift-i | Robin van Dijk | 2021-06-10 |
* | Fix jump behavior, goto_implementation now jump | Ivan Tham | 2021-06-10 |
* | Support go to line 1 | Zheming Li | 2021-06-08 |
* | Make `r<ENTER>` work | Wojciech Kępka | 2021-06-08 |
* | Remove unwanted `as_str` | Wojciech Kępka | 2021-06-08 |
* | Don't replace newlines | Wojciech Kępka | 2021-06-08 |
* | Add bounds checks to replace | Wojciech Kępka | 2021-06-08 |
* | commands: Replace all characters in selection | Wojciech Kępka | 2021-06-08 |
* | Cleanup find_first_non_whitespace_char funcs | Wojciech Kępka | 2021-06-08 |
* | commands: Add goto first non-whitespace char of line | Wojciech Kępka | 2021-06-08 |
* | Fix Unicode (#135) | Kirawi | 2021-06-08 |
* | commands: Add replace with yanked as `R` | Wojciech Kępka | 2021-06-08 |
* | ui: completion: Use the correct type_name | Blaž Hrastnik | 2021-06-07 |
* | Make gh/gl extend selection in select mode | Blaž Hrastnik | 2021-06-07 |
* | Implement register selection | Benoît CORTIER | 2021-06-07 |
* | lsp: Provide workspace root on client.initialize() | Blaž Hrastnik | 2021-06-07 |
* | View mode: Use saturating_sub when calculating first_col | Blaž Hrastnik | 2021-06-07 |
* | commands: use chars().count() over .len() on strings | Blaž Hrastnik | 2021-06-07 |
* | Add diagnostics keybindings | Wojciech Kępka | 2021-06-07 |
* | Add spc w w for window mode | Ivan Tham | 2021-06-07 |
* | Add ctrl-w in insert mode | Ivan Tham | 2021-06-06 |
* | Add window mode | Ivan Tham | 2021-06-06 |
* | fix: make find_prev_char and till_prev_char work | ahkrr | 2021-06-05 |
* | Fixing Multiple Panics (#121) | Kirawi | 2021-06-05 |
* | Add home-end keymaps, (as kakoune/vim do) (#83) | Antoni Stevenet | 2021-06-05 |
* | Replace ^/$ with gh/gl | notoria | 2021-06-04 |
* | Implement gt/gm/gb, remap goto tYpe to gy | Blaž Hrastnik | 2021-06-04 |
* | scroll: Fix the clamping | Blaž Hrastnik | 2021-06-04 |
* | Exit select mode on delete_selection | Blaž Hrastnik | 2021-06-04 |