summaryrefslogtreecommitdiff
path: root/.config/nyxt/keybinds.lisp
diff options
context:
space:
mode:
Diffstat (limited to '.config/nyxt/keybinds.lisp')
-rw-r--r--.config/nyxt/keybinds.lisp8
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/nyxt/keybinds.lisp b/.config/nyxt/keybinds.lisp
new file mode 100644
index 0000000..3e96620
--- /dev/null
+++ b/.config/nyxt/keybinds.lisp
@@ -0,0 +1,8 @@
+(in-package #:nyxt-user)
+
+(define-configuration buffer
+ ((override-map (let ((map (make-keymap "my-override-map")))
+ (define-key map
+ "M-I" 'show-weather
+ "C-2" 'open-external-browser)
+ map))))