diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-07-01 22:24:19 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-07-01 22:24:19 +0200 |
| commit | 1006987466e98b661a98164c1795ff5682d4260b (patch) | |
| tree | 131e23460b806833676d1ffd8c9c51e9ad384bcf /.config/nyxt/keybinds.lisp | |
| parent | 23f3dcc4cc986507ba20a30d9312be9a3fc9d188 (diff) | |
update
Diffstat (limited to '.config/nyxt/keybinds.lisp')
| -rw-r--r-- | .config/nyxt/keybinds.lisp | 18 |
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))))) |
