From 6240ca128cdff0ae10a16d66645d3b4cf44a41b4 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Mon, 1 Apr 2019 23:54:11 -0400 Subject: [PATCH] added some functional keybindings --- conf.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf.org b/conf.org index a169651..d0d670d 100644 --- a/conf.org +++ b/conf.org @@ -4107,12 +4107,14 @@ They removed the underscore-inserts-arrow feature. Bring it back. The function keys are nice because they are almost (not always) free in every mode. Therefore I use these for functions that I need to access anywhere, but not necessary extremely often (because they are out of the way and harder to reach). #+BEGIN_SRC emacs-lisp (global-set-key (kbd "") 'org-agenda) +(global-set-key (kbd "C-") 'org-brain-visualize) (global-set-key (kbd "") 'org-capture) (global-set-key (kbd "") 'cfw:open-org-calendar) (global-set-key (kbd "C-") 'nd/org-cluster-show-conflicts) (global-set-key (kbd "C-S-") 'nd/org-cluster-show-overloads) (global-set-key (kbd "") 'org-clock-goto) (global-set-key (kbd "C-") 'org-tomato-user-get-summary) +(global-set-key (kbd "C-S-") 'org-tomato-user-pomodoro-goto) (global-set-key (kbd "") 'ansi-term) (global-set-key (kbd "") 'helm-command-prefix) (global-set-key (kbd "C-") 'nd/open-urxvt)