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/book/src
Omnikar e2ed691537
Implement `hx --tutor` and `:tutor` to load `tutor.txt` (#898)
* Implement `hx --tutor` and `:tutor` to load `tutor.txt`

* Document `hx --tutor` and `:tutor`

* Change `Document::set_path` to take an `Option`

* `Document::set_path` accepts an `Option<&Path>` instead of `&Path`.
* Remove `Editor::open_tutor` and make tutor-open functionality use
  `Editor::open` and `Document::set_path`.

* Use `PathBuf::join`

Co-authored-by: Ivan Tham <pickfire@riseup.net>

* Add comments explaining unsetting tutor path

Co-authored-by: Ivan Tham <pickfire@riseup.net>
3 years ago
..
guides Add treesitter textobjects (#728) 3 years ago
SUMMARY.md Add treesitter textobjects (#728) 3 years ago
configuration.md Improve completion trigger (#838) 3 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 Improve docs, fix up a few highlight scopes 3 years ago
keymap.md book: Document Alt-. and . 3 years ago
remapping.md Typo fix (#893) 3 years ago
themes.md use special.string.symbol instead of symbol 3 years ago
usage.md Implement `hx --tutor` and `:tutor` to load `tutor.txt` (#898) 3 years ago