You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/book/src
Joe bee05dd32a
Add refresh-config and open-config command (#1803)
* Add refresh-config and open-config command

* clippy

* Use dynamic dispatch for editor config

* Refactor Result::Ok to Ok

* Remove unused import

* cargo fmt

* Modify config error handling

* cargo xtask docgen

* impl display for ConfigLoadError

* cargo fmt

* Put keymaps behind dyn access, refactor config.load()

* Update command names

* Update helix-term/src/application.rs

Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>

* Switch to unbounded_channel

* Remove --edit-config command

* Update configuration docs

* Revert "Put keymaps behind dyn access", too hard

This reverts commit 06bad8cf492b9331d0a2d1e9242f3ad4e2c1cf79.

* Add refresh for keys

* Refactor default_keymaps, fix config default, add test

* swap -> store, remove unneeded clone

* cargo fmt

* Rename default_keymaps to default

Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
2 years ago
..
generated Add refresh-config and open-config command (#1803) 2 years ago
guides rename '--fetch/build-grammars' flags into '--grammar fetch/build' 2 years ago
SUMMARY.md Deploy docs for master separately (#1783) 2 years ago
commands.md docs: Auto generate command list 3 years ago
configuration.md Add refresh-config and open-config command (#1803) 2 years ago
from-vim.md Improve docs, fix up a few highlight scopes 3 years ago
hooks.md Add book/ (mdbook based user guide) 3 years ago
install.md rename '--fetch/build-grammars' flags into '--grammar fetch/build' 2 years ago
keymap.md fix #1808 2 years ago
lang-support.md Auto generate docs for language support 3 years ago
languages.md add 'use-grammars' to languages.toml 2 years ago
remapping.md Update book to include typable command remapping (#1240) 3 years ago
themes.md Rename infobox theme scopes (#1741) 2 years ago
title-page.md Deploy docs for master separately (#1783) 2 years ago
usage.md Change parameter object keybind from `p` to `a` (#1708) 2 years ago