We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start Nyxt with the config file below and notice that C-left won't be bound since the correct way to designate the key is C-left instead of C-<left>.
C-left
C-<left>
(define-configuration :search-buffer-mode ((keyscheme-map (keymaps:define-keyscheme-map "custom" (list :import %slot-value%) nyxt/keyscheme:cua (list "C-<left>" 'nyxt/mode/search-buffer:search-buffer)))))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Start Nyxt with the config file below and notice that
C-left
won't be bound since the correct way to designate the key isC-left
instead ofC-<left>
.The text was updated successfully, but these errors were encountered: