working on meow bindings

This commit is contained in:
Matt Nish-Lapidus 2025-05-20 23:02:26 -04:00
parent e899928c4f
commit 298407750b

View file

@ -85,12 +85,13 @@
;; '("Q" . )
'("r" . meow-swap-grab)
'("R" . rectangle-mark-mode)
'("s" . meow-visit)
'("s" . meow-change)
'("S" . meow-visit)
'("t" . meow-till)
'("u" . end-of-buffer)
'("U" . beginning-of-buffer)
'("u" . meow-line)
'("U" . meow-line-expand)
'("v" . meow-yank)
'("V" . meow-yank-pop)
'("V" . consult-yank-from-kill-ring)
'("w" . meow-mark-word)
'("W" . meow-mark-symbol)
'("x" . meow-kill)