From 5d915abec900c20ee954ff3963da7bdb83a6ffb8 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 21 Oct 2022 04:03:09 +0100 Subject: a couple of keybindings --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.el') 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 "") #'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) -- cgit v1.2.3