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
Michael Davis 9c108b5486
Support bindings with the Super (Cmd/Win/Meta) modifier
Terminals which support the enhanced keyboard protocol send events for
keys pressed with the Super modifier (Windows/Linux key or the Command
key). The only changes that are needed to support this in Helix are:

* Mapping the modifier from crossterm's KeyModifiers to Helix's
  KeyModifiers.
* Representing and parsing the modifier from the KeyEvent text
  representation.
* Documenting the ability to remap it.

When writing keybindings, use 'Meta-', 'Cmd-' or 'Win-' which are all
synonymous. For example:

    [keys.normal]
    Cmd-s = ":write"

will trigger for the Windows or Linux keys and the Command key plus 's'.
3 months ago
..
generated Update Swift Grammar and Queries (#10802) 4 months ago
guides fix: update link in adding_languages.md (#10677) 5 months ago
SUMMARY.md Improve the structure of the documentation (#10619) 5 months ago
building-from-source.md Improve the structure of the documentation (#10619) 5 months ago
commands.md Rewrite and refactor all documentation (#5534) 2 years ago
configuration.md Improve the structure of the documentation (#10619) 5 months ago
editor.md Auto Save All Buffers After A Delay (#10899) 4 months ago
from-vim.md Fix minor grammar issue in 'from-vim' docs (#6667) 1 year ago
install.md Improve the structure of the documentation (#10619) 5 months ago
keymap.md Fix multiple broken links in the documentation (#10953) 3 months ago
lang-support.md Update lang-support.md for new wiki page name (#10508) 5 months ago
languages.md Respect lsp definition order for code actions (#9590) 6 months ago
package-managers.md docs/src/package-managers: update nixos link to official wiki (#10718) 5 months ago
registers.md Improve the structure of the documentation (#10619) 5 months ago
remapping.md Support bindings with the Super (Cmd/Win/Meta) modifier 3 months ago
surround.md Improve the structure of the documentation (#10619) 5 months ago
syntax-aware-motions.md Fix multiple broken links in the documentation (#10953) 3 months ago
textobjects.md Fix multiple broken links in the documentation (#10953) 3 months ago
themes.md Fixed ECMAScript private member highlighting (#10554) 5 months ago
title-page.md book: add wiki links to the title page and install page (#3017) 2 years ago
usage.md Improve the structure of the documentation (#10619) 5 months ago