mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 09:56:19 +04:00
5d61631507
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. |
||
---|---|---|
.. | ||
generated | ||
guides | ||
commands.md | ||
configuration.md | ||
from-vim.md | ||
hooks.md | ||
install.md | ||
keymap.md | ||
lang-support.md | ||
languages.md | ||
remapping.md | ||
SUMMARY.md | ||
themes.md | ||
title-page.md | ||
usage.md |