misc updates

This commit is contained in:
Matt Nish-Lapidus 2025-04-30 12:57:54 -04:00
parent 4f9c113ae6
commit d9eccc80e9
6 changed files with 37 additions and 13 deletions

View file

@ -18,6 +18,7 @@
(add-hook 'isearch-mode-end-hook 'meow--post-isearch-function)
(defun meow-setup ()
(meow--setup-rectangle-mark t)
(setq meow-cheatsheet-layout meow-cheatsheet-layout-qwerty)
(map!
@ -76,8 +77,8 @@
'("p" . meow-yank)
'("q" . meow-quit)
'("Q" . meow-goto-line)
'("r" . meow-replace)
'("R" . meow-swap-grab)
'("r" . meow-swap-grab)
'("R" . rectangle-mark-mode)
'("s" . meow-kill)
'("t" . meow-till)
'("u" . meow-undo)