| Commit message (Expand) | Author | Age |
... | |
* | Add ui.selection to theme.toml | Gokul Soumya | 2021-06-14 |
* | Refactor keymap definitions using macros | Gokul Soumya | 2021-06-14 |
* | Bump once_cell from 1.7.2 to 1.8.0 (#255) | dependabot[bot] | 2021-06-14 |
* | Bump crossterm from 0.19.0 to 0.20.0 | dependabot[bot] | 2021-06-14 |
* | fix offset by one problem in replace_with_yanked | Andreas Liljeqvist | 2021-06-14 |
* | Release v0.2.0 | Blaž Hrastnik | 2021-06-13 |
* | ui: Prompt should figure out a reasonable column width | Blaž Hrastnik | 2021-06-13 |
* | 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 |
* | build(nix): use nix-cargo-integration, make shell.nix use flake devshell | Yusuf Bera Ertan | 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 |
* | Change picker horizontal split to h | Ivan Tham | 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 |
* | lsp: Display LSP progress messages (#216) | Wojciech Kępka | 2021-06-11 |
* | move to first nonwhitespace on shift-i | Robin van Dijk | 2021-06-10 |
* | Derive debug without feature | Ivan Tham | 2021-06-10 |
* | Implement Debug for data structure as a feature | notoria | 2021-06-10 |
* | Fix jump behavior, goto_implementation now jump | Ivan Tham | 2021-06-10 |
* | Fix documentation popup panic | wojciechkepka | 2021-06-10 |
* | Only enforce limit outside of .git | Kevin Sjöberg | 2021-06-09 |
* | Match keybindings of menu | Kevin Sjöberg | 2021-06-09 |
* | Fix Shift-Tab for moving upwards in menu | Kevin Sjöberg | 2021-06-09 |
* | Fix crash when too many completions available | Blaž Hrastnik | 2021-06-08 |
* | 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 |
* | Make matching bracket dimmed, prevent out of bounds rendering | 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 |
* | Bump file picker limit | Kevin Sjöberg | 2021-06-08 |
* | Update keymap | Wojciech Kępka | 2021-06-08 |
* | commands: Add replace with yanked as `R` | Wojciech Kępka | 2021-06-08 |
* | completion: Fix unimplemented autocomplete | Wojciech Kępka | 2021-06-08 |
* | ui: completion: Use the correct type_name | Blaž Hrastnik | 2021-06-07 |
* | Create all parent directories for config and cache | Wojciech Kępka | 2021-06-07 |