From 8f0e355152d913f685b9127eb8be4cc1b4fdf98e Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 23 May 2022 12:08:04 -0700 Subject: bind C-x 5 C-j and C-x t C-j --- .emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 34370b6a..29577b68 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1254,6 +1254,9 @@ don't consider windows satisfying the predicate EXCLUDE." (call-interactively #'backward-sentence) (skip-syntax-forward " <")) (global-set-key [remap backward-sentence] #'spw/backward-sentence-skip-forward) +(define-key ctl-x-5-map "\C-j" "\C-x55\C-x\C-j") +(define-key tab-prefix-map "\C-j" "\C-xtt\C-x\C-j") + ;;;; TRAMP -- cgit v1.2.3