fixup! feat(meow): Move cursor down after duplicating line
This commit is contained in:
@@ -6,10 +6,15 @@
|
||||
|
||||
(setf meow-expand-hint-remove-delay 0)
|
||||
|
||||
(setq duplicate-line-final-position 1)
|
||||
(map! :map meow-normal-state-keymap
|
||||
:leader "d" (lambda () (interactive) (duplicate-dwim) (next-line))
|
||||
"M-p" 'duplicate-dwim
|
||||
:desc "Duplicate line/region")
|
||||
|
||||
(map! :map meow-normal-state-keymap
|
||||
:leader "y" 'copy-from-above-command
|
||||
:desc "Copy from above")
|
||||
|
||||
(pcase system-type
|
||||
('darwin ; macOS
|
||||
(setq doom-font (font-spec :family "Maple Mono" :size 20))
|
||||
|
||||
Reference in New Issue
Block a user