From 5b33c36e579fdf8c127a53e542b4f02ce3bab2b8 Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Thu, 17 Apr 2025 11:27:39 -0700 Subject: various small changes and additions --- emacs/site-lisp/my-binds.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs/site-lisp/my-binds.el') diff --git a/emacs/site-lisp/my-binds.el b/emacs/site-lisp/my-binds.el index bb80e62..990dd46 100644 --- a/emacs/site-lisp/my-binds.el +++ b/emacs/site-lisp/my-binds.el @@ -20,3 +20,5 @@ ;; searching (global-set-key (kbd "M-s g") 'rgrep) (global-set-key (kbd "M-s r") 'counsel-rg) + +(global-set-key (kbd "C-x w o") 'toggle-window-other-reachability) -- cgit v1.2.3