feat(meow): Add keybinding for duplicate-dwim

command

Add leader key binding 'd' in meow normal state to duplicate lines or regions using the duplicate-dwim function. Also includes minor formatting cleanup and typo fix in documentation.
This commit is contained in:
Zelong Kuang
2025-12-11 01:56:28 +11:00
parent c0bc27c53b
commit 00ca307ee7
2 changed files with 9 additions and 7 deletions

View File

@@ -6,6 +6,9 @@
(setf meow-expand-hint-remove-delay 0)
(map! :map meow-normal-state-keymap
:leader "d" 'duplicate-dwim :desc "Duplicate line/region")
(pcase system-type
('darwin ; macOS
(setq doom-font (font-spec :family "Maple Mono" :size 20))