1
0
Fork 0

fix(emacs): bind meow l to recenter-top-bottom

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-11-30 03:59:10 -05:00
parent dbc5d07d13
commit 35b8594d36
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -96,7 +96,7 @@
'("I" . meow-open-above)
'("j" . meow-join)
'("k" . meow-kill)
'("l" . meow-till)
'("l" . recenter-top-bottom)
'("m" . meow-mark-word)
'("M" . meow-mark-symbol)
'("n" . meow-next)