aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/config.rs
Commit message (Expand)AuthorAge
* Add unbind-default-keys config optionJJ2023-11-01
* feat: smart_tabSkyler Hawthorne2023-08-01
* Remove Keymap(KeyTrie) and simply use KeyTrie.gibbz002023-06-07
* add workspace config and manual LSP root managementPascal Kuthe2023-03-29
* Move top level lsp config to editor.lsp (#1868)Gokul Soumya2022-03-28
* Add refresh-config and open-config command (#1803)Joe2022-03-25
* keymap: Store pending/sticky on the root levelBlaž Hrastnik2022-03-20
* Put some tests behind #[cfg(test)] (#1459)Benoît Cortier2022-01-08
* Launch with defaults upon invalid config/theme (#982)Omnikar2021-11-06
* config: Rename [terminal] to [editor] and pass it into EditorBlaž Hrastnik2021-08-08
* Mouse selection support (#509)Dmitry Sharshakov2021-07-30
* Allow multi key remappings in config file (#454)Gokul Soumya2021-07-26
* Remove #[allow(unused)] from helix-term, and fix unused imports.Nathan Vegdahl2021-07-02
* reverse the dependency between helix-tui and helix-view (#366)Keith Simmons2021-06-25
* Fix previous broken refactor key into helix-viewIvan Tham2021-06-24
* Fix lsp config deserialization caseBenoît CORTIER2021-06-24
* Add progress spinners to status linewojciechkepka2021-06-21
* Add missing `theme` to toml configwojciechkepka2021-06-20
* Fix compilationBlaž Hrastnik2021-06-19
* Add `theme` to global configurationwojciechkepka2021-06-19
* Revert "Refactor key into helix-view"Blaž Hrastnik2021-06-19
* Refactor key into helix-viewIvan Tham2021-06-19
* Don't derive `Default` for `GlobalConfig` (#297)Wojciech Kępka2021-06-18
* Use kebab-case for configwojciechkepka2021-06-18
* Add an option to disable display of progress in status barwojciechkepka2021-06-18
* Configurable keys 2 (Mapping keys to commands) (#268)PabloMansanet2021-06-17