mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
private/hlissner: remove Y binding (evil provides this)
This commit is contained in:
@ -191,8 +191,6 @@
|
|||||||
(:desc "Unit tests" :prefix "t"))
|
(:desc "Unit tests" :prefix "t"))
|
||||||
|
|
||||||
;;; Evil-esque bindings
|
;;; Evil-esque bindings
|
||||||
;; Yank to EOL
|
|
||||||
:n "Y" "y$"
|
|
||||||
;; Folding
|
;; Folding
|
||||||
:n "zr" #'+evil:open-folds-recursively
|
:n "zr" #'+evil:open-folds-recursively
|
||||||
:n "zm" #'+evil:close-folds-recursively
|
:n "zm" #'+evil:close-folds-recursively
|
||||||
|
Reference in New Issue
Block a user