From c53cc43c235b0cd4fc15f52c80da21f83a747ab8 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Mon, 3 Oct 2022 14:04:24 -0700 Subject: [PATCH] Disable Q keybind for meow-goto-line --- thoom-emacs/init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/thoom-emacs/init.el b/thoom-emacs/init.el index 8a65a81..76c358d 100644 --- a/thoom-emacs/init.el +++ b/thoom-emacs/init.el @@ -119,7 +119,6 @@ '("O" . meow-to-block) '("p" . meow-yank) '("q" . meow-quit) - '("Q" . meow-goto-line) '("r" . meow-replace) '("R" . meow-swap-grab) '("s" . meow-kill)