|
From: | pinmacs |
Subject: | C-c C-x M-y for (funcall 'org-paste-subtree '(16)) |
Date: | Mon, 6 Jan 2025 18:13:35 +0100 |
I discovered that this shortcut is available, and sometimes I want to paste subtrees in the same level as the previous (C-c C-x C-y), and sometimes I want to inject them as subtree
I feel this shortcut is nice for that, and I want to share if you consider to add it to default orgmode, that keybinding is available
(add-hook 'org-mode-hook (lambda ()(local-set-key (kbd "C-c C-x M-y") (lambda () (interactive) (funcall 'org-paste-subtree '(16))))))
[Prev in Thread] | Current Thread | [Next in Thread] |