| Commit message (Expand) | Author | Age |
... | |
* | | | Add mappable commands for system clipboard | Benoît CORTIER | 2021-06-20 |
* | | | Add system clipboard yank and paste commands | Benoît CORTIER | 2021-06-20 |
* | | | Add `:theme <name>` command | wojciechkepka | 2021-06-19 |
* | | | Revert "Refactor key into helix-view" | Blaž Hrastnik | 2021-06-19 |
| |/
|/| |
|
* | | Refactor key into helix-view | Ivan Tham | 2021-06-19 |
* | | Fix indent regression issue with o, O | Gokul Soumya | 2021-06-18 |
* | | Add `work_done_token` as parameter to lsp methods | wojciechkepka | 2021-06-18 |
* | | Fix expansion of `~` (#284) | Wojciech Kępka | 2021-06-18 |
* | | Replace `Editor::current` by a macro | Benoît CORTIER | 2021-06-18 |
* | | Configurable keys 2 (Mapping keys to commands) (#268) | PabloMansanet | 2021-06-17 |
* | | Let o, O take counts for multiple cursors | Gokul Soumya | 2021-06-17 |
* | | Fix cursor position bugs related to o and O | Gokul Soumya | 2021-06-17 |
|/ |
|
* | Remove RwLock for registers | Benoît CORTIER | 2021-06-15 |
* | Use `_impl` suffix instead of `_` prefix | Benoît CORTIER | 2021-06-15 |
* | 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 |