summaryrefslogtreecommitdiff
path: root/.config/nyxt/keybinds.lisp
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2023-06-09 19:05:18 +0200
committeryuzu-eva <stevenhu@web.de>2023-06-09 19:05:18 +0200
commit93e56a12d85df2e1aee2af2898728660bbecc6f4 (patch)
treef1ad25786f0ae961691e5b32a0fe72a2ce8a8849 /.config/nyxt/keybinds.lisp
parent70980c2c53e9fc3cadd2f6eacd085dc0297f65b6 (diff)
added my nyxt configs
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))))