summaryrefslogtreecommitdiff
path: root/.config/nyxt/keybinds.lisp
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2023-07-01 22:24:19 +0200
committeryuzu-eva <stevenhu@web.de>2023-07-01 22:24:19 +0200
commit1006987466e98b661a98164c1795ff5682d4260b (patch)
tree131e23460b806833676d1ffd8c9c51e9ad384bcf /.config/nyxt/keybinds.lisp
parent23f3dcc4cc986507ba20a30d9312be9a3fc9d188 (diff)
update
Diffstat (limited to '.config/nyxt/keybinds.lisp')
-rw-r--r--.config/nyxt/keybinds.lisp18
1 files changed, 0 insertions, 18 deletions
diff --git a/.config/nyxt/keybinds.lisp b/.config/nyxt/keybinds.lisp
deleted file mode 100644
index 52087d9..0000000
--- a/.config/nyxt/keybinds.lisp
+++ /dev/null
@@ -1,18 +0,0 @@
-(in-package #:nyxt-user)
-
-(define-configuration buffer
- ((override-map (let ((map (make-keymap "custom-map")))
- (define-key map
- "M-I" 'show-weather
- "C-2" 'open-external-browser
- "C-x C-b" 'switch-buffer
- "C-x b" 'list-buffers)
- map))))
-
-;;;; for some reason this does not work, even though it's from the manual
-;; (define-configuration base-mode
-;; ((keyscheme-map
-;; (define-keyscheme-map "my-base" (list :import %slot-value%)
-;; keyscheme:emacs
-;; (list
-;; "C-x C-b" NIL)))))