From 1006987466e98b661a98164c1795ff5682d4260b Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Sat, 1 Jul 2023 22:24:19 +0200 Subject: update --- .config/nyxt/keybinds.lisp | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .config/nyxt/keybinds.lisp (limited to '.config/nyxt/keybinds.lisp') 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))))) -- cgit v1.2.3