summaryrefslogtreecommitdiff
path: root/.config/nyxt/keybinds.lisp
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-02-02 17:53:26 +0200
committerThanos Apollo <[email protected]>2024-02-02 17:53:26 +0200
commit687a0fa8c2e757bc848d7da1abe610b12445a198 (patch)
tree85c86175df577a03e4f7150cc4a37fc7f319c18d /.config/nyxt/keybinds.lisp
parent0fadc070ad985c7d3d9dd611d180bf6a9688203f (diff)
nyxt: Rename modules as keys & style
Diffstat (limited to '.config/nyxt/keybinds.lisp')
-rw-r--r--.config/nyxt/keybinds.lisp15
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)))))