working on meow bindings
This commit is contained in:
parent
e899928c4f
commit
298407750b
1 changed files with 5 additions and 4 deletions
9
meow.el
9
meow.el
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue