working on bindings

This commit is contained in:
Matt Nish-Lapidus 2025-05-19 23:47:06 -04:00
parent 8f96b3f79c
commit 9ed9cc2180
2 changed files with 4 additions and 1 deletions

View file

@ -16,7 +16,8 @@
(meow--select (not isearch-forward)))))))
(setf meow--kbd-forward-char "<right>"
meow--kbd-undo "C-z")
meow--kbd-undo "C-z"
meow--kbd-exchange-point-and-mark "C-^")
(add-hook 'isearch-mode-end-hook 'meow--post-isearch-function)
@ -73,6 +74,7 @@
'("l" . meow-right)
'("L" . meow-right-expand)
'("m" . meow-join)
'("M" . meow-pop-or-unpop-to-mark)
'("n" . meow-search)
'("o" . meow-block)
'("O" . meow-to-block)