From 67ac84114a5a510a3b5a738e48e03c54a7bdc58c Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 27 Feb 2024 14:52:10 +0200 Subject: nyxt:(keys) Remove my custom set-url This does not lag with Gentoo --- .config/nyxt/keys.lisp | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to '.config') 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))))) -- cgit v1.2.3