diff options
Diffstat (limited to '.config/nyxt/keybinds.lisp')
-rw-r--r-- | .config/nyxt/keybinds.lisp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/.config/nyxt/keybinds.lisp b/.config/nyxt/keybinds.lisp deleted file mode 100644 index 09d4f99..0000000 --- a/.config/nyxt/keybinds.lisp +++ /dev/null @@ -1,15 +0,0 @@ -(in-package #:nyxt-user) - -(define-configuration :document-mode - "Add basic keybindings." - ((keyscheme-map - (keymaps:define-keyscheme-map - "custom" (list :import %slot-value%) - nyxt/keyscheme:emacs - (list "C-c p" 'copy-password - "C-c u" 'copy-username - "C-c y" 'autofill - "C-f" :history-forwards-maybe-query - "C-s" :search-buffer - "C-l" 'thanos/set-url - "M-l" 'thanos/set-url-new-buffer))))) |