This commit is contained in:
2026-05-26 03:17:52 +02:00
parent f3cb5a6e26
commit 102a3357c3
4 changed files with 248 additions and 6 deletions
+3 -2
View File
@@ -110,11 +110,11 @@
'("o" . meow-block)
'("O" . meow-to-block)
'("p" . meow-yank)
'("q" . meow-quit)
;;'("q" . meow-quit)
'("Q" . meow-goto-line)
'("r" . meow-replace)
'("R" . meow-swap-grab)
'("s" . meow-kill)
'("k" . meow-kill)
'("t" . meow-till)
'("u" . meow-undo)
'("U" . meow-undo-in-selection)
@@ -127,3 +127,4 @@
'("Y" . meow-sync-grab)
'("z" . meow-pop-selection)
'("'" . repeat)))