Add shortcut to duplicate line.

This commit is contained in:
kj 2022-05-08 19:00:49 -04:00
parent 28e1e3d4b1
commit f654c2889b
1 changed files with 3 additions and 0 deletions

View File

@ -77,5 +77,8 @@
(global-set-key (kbd "C-c r f") 'org-roam-node-find)
(global-set-key (kbd "C-c r t") 'org-roam-buffer-toggle)
;; Meta atajos (atajos de atajos)
(global-set-key (kbd "C-c C-d") "\C-a\C- \C-n\M-w\C-y") ; Duplicar línea
(provide 'base-keys)
;;; base-keys.el ends here