About the Configuration Questions category

Do you need help with your configuration? Troubleshooting? Ask away and we’ll do our best to help!

Modifier keys legend:

control (C): Control key (Ctrl)
super (S): Windows key, Command key
meta (M): Alt key, Option key
shift (s): Shift key

Basic Keybinds & Modes config example.
File location: ~/.config/nyxt/init.lisp
Credit: aartaka
Source with explanation here

(in-package #:nyxt-user)

(define-configuration buffer
  ((override-map (define-key %slot-default
                   "M-x" 'execute-command
                   "M-c" 'delete-current-buffer))))

(define-configuration (buffer web-buffer)
  ((default-modes (append %slot-default
                         '(noscript-mode)
                         '(noimage-mode)
                         '(nosound-mode)
                         '(nowebgl-mode)))))