From 5178cf2ae13dbd66599664e943912ea63e90aca4 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 7 Jul 2022 17:00:18 -0500 Subject: [PATCH] adding keybindings for making org links --- README.org | 10 ++++++++-- init.el | 10 ++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 0f82e651..fc83a380 100644 --- a/README.org +++ b/README.org @@ -706,7 +706,12 @@ Part of this config includes some special capture templates for my work as a you "rr" 'org-refile "e" 'org-export-dispatch "oa" 'org-agenda-list - "gt" 'org-babel-tangle) + "gt" 'org-babel-tangle + "il" 'org-insert-link) + (chris/leader-keys + :states 'visual + :keymaps 'override + "il" 'org-insert-link) ('normal org-agenda-mode-map "q" 'org-agenda-quit "r" 'org-agenda-redo @@ -728,7 +733,8 @@ Part of this config includes some special capture templates for my work as a you "zw" 'widen "S" 'org-schedule "t" 'org-todo - "gf" 'org-footnote-action) + "gf" 'org-footnote-action + "gl" 'org-id-copy) ('visual org-mode-map "gf" 'org-footnote-action) ('insert org-mode-map diff --git a/init.el b/init.el index ceb6aba7..44709fc8 100644 --- a/init.el +++ b/init.el @@ -499,7 +499,12 @@ "rr" 'org-refile "e" 'org-export-dispatch "oa" 'org-agenda-list - "gt" 'org-babel-tangle) + "gt" 'org-babel-tangle + "il" 'org-insert-link) + (chris/leader-keys + :states 'visual + :keymaps 'override + "il" 'org-insert-link) ('normal org-agenda-mode-map "q" 'org-agenda-quit "r" 'org-agenda-redo @@ -521,7 +526,8 @@ "zw" 'widen "S" 'org-schedule "t" 'org-todo - "gf" 'org-footnote-action) + "gf" 'org-footnote-action + "gl" 'org-id-copy) ('visual org-mode-map "gf" 'org-footnote-action) ('insert org-mode-map