Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'book/src/SUMMARY.md')
| -rw-r--r-- | book/src/SUMMARY.md | 31 |
1 files changed, 5 insertions, 26 deletions
diff --git a/book/src/SUMMARY.md b/book/src/SUMMARY.md index e6bc5b73..56f50e21 100644 --- a/book/src/SUMMARY.md +++ b/book/src/SUMMARY.md @@ -1,33 +1,12 @@ # Summary -[Helix](./title-page.md) - - [Installation](./install.md) - - [Package Managers](./package-managers.md) - - [Building from source](./building-from-source.md) - [Usage](./usage.md) - - [Registers](./registers.md) - - [Surround](./surround.md) - - [Textobjects](./textobjects.md) - - [Syntax aware motions](./syntax-aware-motions.md) - - [Pickers](./pickers.md) - - [Jumplist](./jumplist.md) - - [Keymap](./keymap.md) - - [Command line](./command-line.md) - - [Commands](./commands.md) - - [Language support](./lang-support.md) -- [Ecosystem](./ecosystem.md) - - [Migrating from Vim](./from-vim.md) - - [Helix mode in other software](./other-software.md) +- [Migrating from Vim](./from-vim.md) - [Configuration](./configuration.md) - - [Editor](./editor.md) - [Themes](./themes.md) - - [Key remapping](./remapping.md) - - [Languages](./languages.md) + - [Keymap](./keymap.md) + - [Key Remapping](./remapping.md) + - [Hooks](./hooks.md) - [Guides](./guides/README.md) - - [Adding languages](./guides/adding_languages.md) - - [Adding textobject queries](./guides/textobject.md) - - [Adding indent queries](./guides/indent.md) - - [Adding injection queries](./guides/injection.md) - - [Adding tags queries](./guides/tags.md) - - [Adding rainbow bracket queries](./guides/rainbow_bracket_queries.md) + - [Adding Textobject Queries](./guides/textobject.md) |