something

This commit is contained in:
Charlie Root 2025-03-19 20:46:04 +01:00
commit 7ea2eb8f05
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
10 changed files with 7 additions and 225 deletions

View file

@ -4,6 +4,7 @@
(defun meow-setup ()
(setq meow-cheatsheet-physical-layout meow-cheatsheet-physical-layout-iso)
(setq meow-cheatsheet-layout meow-cheatsheet-layout-qwertz)
(setq meow-use-clipboard t)
(meow-thing-register 'angle
'(pair (";") (":"))
@ -62,7 +63,8 @@
'("L" . meow-right-expand)
'("/" . meow-visit)
'("-" . meow-search)
'("n" . meow-search)
'("%" . meow-block)
'("w" . meow-next-word)
'("W" . meow-next-symbol)