summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-02-27 14:52:10 +0200
committerThanos Apollo <[email protected]>2024-02-27 14:52:23 +0200
commit67ac84114a5a510a3b5a738e48e03c54a7bdc58c (patch)
tree6e6c2291e611236c5e1896ef2be8b6338cf69917 /.config
parentb1c7c35b677c922c4cd302b24d253533ee7006ef (diff)
nyxt:(keys) Remove my custom set-url
This does not lag with Gentoo
Diffstat (limited to '.config')
-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)))))