Skip to content

Instantly share code, notes, and snippets.

@danlentz
Created March 28, 2010 09:28
Show Gist options
  • Save danlentz/346672 to your computer and use it in GitHub Desktop.
Save danlentz/346672 to your computer and use it in GitHub Desktop.

Org-Bindings

 (define-key global-map [(control z) ?l] 'org-store-link)
 (define-key global-map [(control z) (control l)] 'org-insert-link)
 (define-key global-map [(control z) ?a] 'org-agenda)
 (global-set-key [f5]  'org-store-link)
 (global-set-key [(meta f5)]  'org-insert-link)
(eval-after-load 'org-mode (define-key org-mode-map [(control ?c) ?p] 'orgpan-panel))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment