This commit is contained in:
Zelong Kuang
2025-12-22 12:30:25 +11:00
parent 16e012f80d
commit b062f75562
4 changed files with 48 additions and 12 deletions

View File

@@ -54,7 +54,7 @@
:map mc/keymap
("C-|" . mc/vertical-align-with-space))
:pretty-hydra
((:color amaranth :quit-key ("q" "C-g"))
((:color amaranth :quit-key ("q" "C-g") :hint nil)
("Up"
(("p" mc/mark-previous-like-this "prev")
("P" mc/skip-to-previous-like-this "skip")
@@ -76,4 +76,8 @@
(use-package smart-region
:hook (after-init . smart-region-on))
(use-package mwim
:bind (([remap move-beginning-of-line] . mwim-beginning)
([remap move-end-of-line] . mwim-end)))
(provide 'init-edit)