| Commit message (Expand) | Author | Age |
... | |
| * | | Merge remote-tracking branch 'origin/master' into line_ending_detection | Jan Hrastnik | 2021-06-19 |
| |\ \ |
|
| * | | | trying out line ending helper functions in commands.rs | Jan Hrastnik | 2021-06-16 |
| * | | | rebase on branch line_ending_detection | Jan Hrastnik | 2021-06-16 |
* | | | | Add progress spinners to status line | wojciechkepka | 2021-06-21 |
* | | | | Add a `Spinner` | wojciechkepka | 2021-06-21 |
| |_|/
|/| | |
|
* | | | Add comment, statusline + commandline = 2 | wojciechkepka | 2021-06-20 |
* | | | Use full screen size | wojciechkepka | 2021-06-20 |
* | | | Make completion window move to top when cursor is below half | wojciechkepka | 2021-06-20 |
* | | | ui: prompt: Add more keymappings | Blaž Hrastnik | 2021-06-20 |
* | | | Re-export unicode crates from helix_core | Blaž Hrastnik | 2021-06-20 |
* | | | ui: prompt: Better unicode support | Blaž Hrastnik | 2021-06-20 |
* | | | Fix overflow | wojciechkepka | 2021-06-19 |
* | | | Add theme completer | wojciechkepka | 2021-06-19 |
* | | | Add ability to change theme on editor | 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 |
* | | Add `ui.statusline.inactive`, use `ui.statusline` for statusline text | wojciechkepka | 2021-06-18 |
* | | Fix expansion of `~` (#284) | Wojciech Kępka | 2021-06-18 |
* | | Fix panic when entering unicode in command prompt | Benoît CORTIER | 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 |
|/ |
|
* | Add theme key for selected line number | Gokul Soumya | 2021-06-16 |
* | Add cursor kind to separate hidden cursor from pos | Ivan Tham | 2021-06-15 |
* | Remove RwLock for registers | Benoît CORTIER | 2021-06-15 |
* | Use `_impl` suffix instead of `_` prefix | Benoît CORTIER | 2021-06-15 |
* | Add filter ability to picker | Ivan Tham | 2021-06-15 |
* | Remove indent style status-line display for now. | Nathan Vegdahl | 2021-06-15 |
* | Implement command to change the indent-style setting of a document. | Nathan Vegdahl | 2021-06-15 |
* | Render indent-style status in status line. | Nathan Vegdahl | 2021-06-15 |
* | Add ctrl-w for prompt | Ivan Tham | 2021-06-14 |
* | Add ui.selection to theme.toml | Gokul Soumya | 2021-06-14 |
* | ui: Prompt should figure out a reasonable column width | Blaž Hrastnik | 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 |
* | Change picker horizontal split to h | Ivan Tham | 2021-06-12 |
* | 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 matching bracket dimmed, prevent out of bounds rendering | Wojciech Kępka | 2021-06-08 |
* | Bump file picker limit | Kevin Sjöberg | 2021-06-08 |
* | completion: Fix unimplemented autocomplete | Wojciech Kępka | 2021-06-08 |
* | Address clippy lint | Blaž Hrastnik | 2021-06-07 |
* | Implement register selection | Benoît CORTIER | 2021-06-07 |
* | Revert the line number rendering change, we were correct before | Blaž Hrastnik | 2021-06-07 |
* | fix: 2 panics while setting style + off by 1 | ahkrr | 2021-06-07 |
* | Add diagnostics keybindings | Wojciech Kępka | 2021-06-07 |
* | Refactor index assignment | Kevin Sjöberg | 2021-06-06 |