summaryrefslogtreecommitdiff
path: root/.config/nyxt/keys.lisp
diff options
context:
space:
mode:
Diffstat (limited to '.config/nyxt/keys.lisp')
-rw-r--r--.config/nyxt/keys.lisp13
1 files changed, 6 insertions, 7 deletions
diff --git a/.config/nyxt/keys.lisp b/.config/nyxt/keys.lisp
index 6b6f83a..827abd7 100644
--- a/.config/nyxt/keys.lisp
+++ b/.config/nyxt/keys.lisp
@@ -4,10 +4,11 @@
((default-modes
(pushnew 'nyxt/mode/emacs:emacs-mode %slot-value%))))
-(define-configuration input-buffer
- ((override-map
- (let ((map (make-keymap "override-map")))
- (define-key map "M-x" 'execute-command "C-space" 'nothing)))))
+;; (define-configuration input-buffer
+;; ((override-map
+;; (let ((map (make-keymap "override-map")))
+;; (define-key map "M-x" 'execute-command "C-space" 'nothing)))))
+
(define-configuration :document-mode
"Add basic keybindings."
@@ -20,6 +21,4 @@
"C-c y" 'autofill
"C-c v" 'visual-mode
"C-f" :history-forwards-maybe-query
- "C-s" :search-buffer
- "C-l" 'thanos/set-url
- "M-l" 'thanos/set-url-new-buffer)))))
+ "C-s" :search-buffer)))))