| Commit message (Expand) | Author | Age |
* | feat: smart_tab | Skyler Hawthorne | 2023-08-01 |
* | Remove Keymap(KeyTrie) and simply use KeyTrie. | gibbz00 | 2023-06-07 |
* | add workspace config and manual LSP root management | Pascal Kuthe | 2023-03-29 |
* | Move top level lsp config to editor.lsp (#1868) | Gokul Soumya | 2022-03-28 |
* | Add refresh-config and open-config command (#1803) | Joe | 2022-03-25 |
* | keymap: Store pending/sticky on the root level | Blaž Hrastnik | 2022-03-20 |
* | Put some tests behind #[cfg(test)] (#1459) | Benoît Cortier | 2022-01-08 |
* | Launch with defaults upon invalid config/theme (#982) | Omnikar | 2021-11-06 |
* | config: Rename [terminal] to [editor] and pass it into Editor | Blaž Hrastnik | 2021-08-08 |
* | Mouse selection support (#509) | Dmitry Sharshakov | 2021-07-30 |
* | Allow multi key remappings in config file (#454) | Gokul Soumya | 2021-07-26 |
* | Remove #[allow(unused)] from helix-term, and fix unused imports. | Nathan Vegdahl | 2021-07-02 |
* | reverse the dependency between helix-tui and helix-view (#366) | Keith Simmons | 2021-06-25 |
* | Fix previous broken refactor key into helix-view | Ivan Tham | 2021-06-24 |
* | Fix lsp config deserialization case | Benoît CORTIER | 2021-06-24 |
* | Add progress spinners to status line | wojciechkepka | 2021-06-21 |
* | Add missing `theme` to toml config | wojciechkepka | 2021-06-20 |
* | Fix compilation | Blaž Hrastnik | 2021-06-19 |
* | Add `theme` to global configuration | 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 |
* | Don't derive `Default` for `GlobalConfig` (#297) | Wojciech Kępka | 2021-06-18 |
* | Use kebab-case for config | wojciechkepka | 2021-06-18 |
* | Add an option to disable display of progress in status bar | wojciechkepka | 2021-06-18 |
* | Configurable keys 2 (Mapping keys to commands) (#268) | PabloMansanet | 2021-06-17 |