summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-10-21 04:03:09 +0100
committerjao <jao@gnu.org>2022-10-21 04:03:09 +0100
commit5d915abec900c20ee954ff3963da7bdb83a6ffb8 (patch)
treed30f0f22ef532da23bc8a1bb17cad372d7a89b07 /init.el
parentb49bfae5ceaff7b9fda8f77d6ba41420437dcf56 (diff)
downloadelibs-5d915abec900c20ee954ff3963da7bdb83a6ffb8.tar.gz
elibs-5d915abec900c20ee954ff3963da7bdb83a6ffb8.tar.bz2
a couple of keybindings
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index 99720a8..f675dfa 100644
--- a/init.el
+++ b/init.el
@@ -1072,6 +1072,7 @@
("C-c g" . 'jao-afio-goto-mail)
("C-c w" . 'jao-afio-goto-www)
("C-c z" . 'jao-afio-goto-docs)
+ ("C-c 0" . 'jao-afio-goto-scratch)
("M-o" . 'jao-afio-toggle)))
(add-hook 'jao-afio-switch-hook 'jao-minibuffer-refresh t)
@@ -3203,7 +3204,7 @@
(defun jao-global-keybindings ()
(interactive)
(global-set-key (kbd "<f2>") #'magit-status)
- (global-set-key (kbd "C-x p") 'jao-prev-window)
+ (global-set-key (kbd "C-x p") #'switch-window)
(global-set-key (kbd "C-x o") 'other-window)
(global-set-key "\C-cj" #'join-line)
(global-set-key "\C-cn" #'next-error)