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
Rohan Jain 5d61631507
Resolve conflicts between prompt/picker bindings (#1792)
Currently, the picker's re-using a few bindings which are also present
in the prompt. This causes some editing behaviours to not function on
the picker.

**Ctrl + k** and **Ctrl + j**
This should kill till the end of the line on prompt, but is overridden
by the picker for scrolling. Since there are redundancies (`Ctrl + p`,
`Ctrl + n`), we can remove it from picker.

**Ctrl + f** and **Ctrl + b**
This are used by the prompt for back/forward movement. We could modify
it to be Ctrl + d and Ctrl + u, to match the `vim` behaviour.
2 years ago
..
generated add tree-sitter-gleam 2 years ago
guides Indentation rework (#1562) 2 years ago
SUMMARY.md Indentation rework (#1562) 2 years ago
commands.md docs: Auto generate command list 3 years ago
configuration.md Move top level lsp config to editor.lsp (#1868) 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 Resolve conflicts between prompt/picker bindings (#1792) 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