diff options
author | Thanos Apollo <[email protected]> | 2024-10-22 17:45:16 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-10-22 17:45:16 +0300 |
commit | 604248d608de0a89b63f580477428fd75a01f1b6 (patch) | |
tree | c3c2b16e54ef9f7a27dab7fd0d14c105c3b334fd /.config | |
parent | 362caa0e3414bff76e7a9c71c6ed47483eecb144 (diff) |
nyxt: Update font & keybinds
Diffstat (limited to '.config')
-rw-r--r-- | .config/nyxt/keys.lisp | 7 | ||||
-rw-r--r-- | .config/nyxt/style.lisp | 4 |
2 files changed, 3 insertions, 8 deletions
diff --git a/.config/nyxt/keys.lisp b/.config/nyxt/keys.lisp index 5ede9f5..fde38be 100644 --- a/.config/nyxt/keys.lisp +++ b/.config/nyxt/keys.lisp @@ -4,12 +4,6 @@ ((default-modes (pushnew 'nyxt/mode/emacs:emacs-mode %slot-value%)))) -;; (define-configuration input-buffer -;; ((override-map -;; (let ((map (make-keymap "override-map"))) -;; (define-key map "M-x" 'execute-command "C-space" 'nothing))))) - - (define-configuration :document-mode "Add basic keybindings." ((keyscheme-map @@ -22,4 +16,5 @@ "C-c v" 'visual-mode "C-f" :history-forwards-maybe-query "C-x C-f" 'follow-hint + "C-x f" 'visual-mode "C-s" :search-buffer))))) diff --git a/.config/nyxt/style.lisp b/.config/nyxt/style.lisp index 8a9eb7a..5a7cf59 100644 --- a/.config/nyxt/style.lisp +++ b/.config/nyxt/style.lisp @@ -111,8 +111,8 @@ :contrast-text-color badger-fg - :font-family "Jetbrains Mono" - :monospace-font-family "Jetbrains Mono")) + :font-family "Fira Mono" + :monospace-font-family "Fira Mono")) (define-configuration browser ((theme thanos/dark-theme |