| Commit message (Expand) | Author | Age |
* | Re-introduce clearing with bg color, seems the TUI issue was fixed. | Blaž Hrastnik | 2021-04-09 |
* | Keep primary selection as space+space. | Blaž Hrastnik | 2021-04-09 |
* | N as extend with search (for now, N should be search_prev). | Blaž Hrastnik | 2021-04-09 |
* | Fix range.overlap() | Blaž Hrastnik | 2021-04-09 |
* | nix: Switch to stable rust. | Blaž Hrastnik | 2021-04-09 |
* | Horizontal scrolling! It only took a year to get around to it. | Blaž Hrastnik | 2021-04-09 |
* | Render current line:col. | Blaž Hrastnik | 2021-04-09 |
* | <space>w for save, <space>c for close current split. | Blaž Hrastnik | 2021-04-09 |
* | Add tree-sitter queries. | Blaž Hrastnik | 2021-04-09 |
* | Remove the path specifier. | Blaž Hrastnik | 2021-04-09 |
* | queries: rust: highlight number constants correctly. | Blaž Hrastnik | 2021-04-08 |
* | Import tree sitter queries. | Blaž Hrastnik | 2021-04-08 |
* | Render a separator between vertical splits. | Blaž Hrastnik | 2021-04-08 |
* | Fix an issue with closing nested splits. | Blaž Hrastnik | 2021-04-08 |
* | Loop around the end on regex searches. | Blaž Hrastnik | 2021-04-08 |
* | Correct the naming issue with vsplit and hsplit being swapped. | Blaž Hrastnik | 2021-04-08 |
* | minor: This comment was resolved. | Blaž Hrastnik | 2021-04-08 |
* | Update book css styling. | Blaž Hrastnik | 2021-04-07 |
* | Load config files from ~/.config/helix, fallback to defaults. | Blaž Hrastnik | 2021-04-07 |
* | hack: make queries load relative to source dir for now. | Blaž Hrastnik | 2021-04-07 |
* | Implement P as paste_before. | Blaž Hrastnik | 2021-04-07 |
* | Clippy lint: replace with default -> take | Blaž Hrastnik | 2021-04-07 |
* | Fix selection rendering, it would be off by 1 if reverse. | Blaž Hrastnik | 2021-04-07 |
* | Fix issues with "enum A {|}" <Enter> indent calculation. | Blaž Hrastnik | 2021-04-07 |
* | Update flake.lock | Blaž Hrastnik | 2021-04-07 |
* | Yank selection when deleting. | Blaž Hrastnik | 2021-04-07 |
* | Add yet more language definitions. | Blaž Hrastnik | 2021-04-07 |
* | Add a python language definition. | Blaž Hrastnik | 2021-04-07 |
* | Add c++, js, css, html language definitions. | Blaž Hrastnik | 2021-04-07 |
* | Fix clamping scroll in certain cases. | Blaž Hrastnik | 2021-04-07 |
* | lsp: Gracefully fail if binary doesn't exist. | Blaž Hrastnik | 2021-04-07 |
* | clippy lint | Blaž Hrastnik | 2021-04-06 |
* | clippy: Drop or-patterns for now because they're not on stable rust yet | Blaž Hrastnik | 2021-04-06 |
* | Allow starting hx without a file. A new blank file will be created. | Blaž Hrastnik | 2021-04-06 |
* | core: Improve changeset composition behavior. | Blaž Hrastnik | 2021-04-06 |
* | Always update selection: Empty transactions can still change selections. | Blaž Hrastnik | 2021-04-06 |
* | pairs: Use token utf8 lengths instead of 1. | Blaž Hrastnik | 2021-04-06 |
* | Handle c-n, c-p, etc. autocompletion events. | Blaž Hrastnik | 2021-04-06 |
* | ui: Improve completion state handling. | Blaž Hrastnik | 2021-04-05 |
* | w, b, e: Match kakoune's behavior in selecting by default. | Blaž Hrastnik | 2021-04-05 |
* | Add book/ (mdbook based user guide) | Blaž Hrastnik | 2021-04-05 |
* | Update deps. | Blaž Hrastnik | 2021-04-01 |
* | Update flake. | Blaž Hrastnik | 2021-04-01 |
* | Import some lsp utilities. | Blaž Hrastnik | 2021-04-01 |
* | Merge open_above and open_below definitions. | Blaž Hrastnik | 2021-04-01 |
* | Simplify some code. | Blaž Hrastnik | 2021-04-01 |
* | Simplify code by providin cx.current() = (view, doc). | Blaž Hrastnik | 2021-04-01 |
* | clippy lint | Blaž Hrastnik | 2021-03-31 |
* | Drop doc.state. Use doc.text + doc.selections. | Blaž Hrastnik | 2021-03-31 |
* | Implement space-v as view same file in split. | Blaž Hrastnik | 2021-03-31 |