misc updates
This commit is contained in:
parent
4f9c113ae6
commit
d9eccc80e9
6 changed files with 37 additions and 13 deletions
5
meow.el
5
meow.el
|
@ -18,6 +18,7 @@
|
|||
(add-hook 'isearch-mode-end-hook 'meow--post-isearch-function)
|
||||
|
||||
(defun meow-setup ()
|
||||
(meow--setup-rectangle-mark t)
|
||||
(setq meow-cheatsheet-layout meow-cheatsheet-layout-qwerty)
|
||||
|
||||
(map!
|
||||
|
@ -76,8 +77,8 @@
|
|||
'("p" . meow-yank)
|
||||
'("q" . meow-quit)
|
||||
'("Q" . meow-goto-line)
|
||||
'("r" . meow-replace)
|
||||
'("R" . meow-swap-grab)
|
||||
'("r" . meow-swap-grab)
|
||||
'("R" . rectangle-mark-mode)
|
||||
'("s" . meow-kill)
|
||||
'("t" . meow-till)
|
||||
'("u" . meow-undo)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue