Add evil keybinding "i a" for org-attach

This commit is contained in:
smile13241324 2016-12-01 23:25:45 +01:00 committed by bmag
parent 5323dd60b8
commit 2b8db7c3ad
2 changed files with 2 additions and 0 deletions

View File

@ -385,6 +385,7 @@ To permanently enable mode line display of org clock, add this snippet to your
| ~SPC m h s~ | org-insert-subheading |
| ~SPC m i f~ | org-insert-footnote |
| ~SPC m i l~ | org-insert-link |
| ~SPC m i a~ | org-attach |
*** Links

View File

@ -257,6 +257,7 @@ Will work on both org-mode and any mode that accepts plain html."
"s" 'org-schedule
;; insertion of common elements
"ia" 'org-attach
"il" 'org-insert-link
"if" 'org-footnote-new
"ik" 'spacemacs/insert-keybinding-org