summaryrefslogtreecommitdiff
path: root/emacs/site-lisp/my-binds.el
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2025-04-17 11:27:39 -0700
committerThomas Ulmer <thomasmulmer02@gmail.com>2025-04-17 11:27:39 -0700
commit5b33c36e579fdf8c127a53e542b4f02ce3bab2b8 (patch)
tree7f2155d3136acfdfca8d6f942b9b53bb0e7a8db8 /emacs/site-lisp/my-binds.el
parentae2bf0a9162084af6e32df20258ed689a24048bc (diff)
various small changes and additions
Diffstat (limited to 'emacs/site-lisp/my-binds.el')
-rw-r--r--emacs/site-lisp/my-binds.el2
1 files changed, 2 insertions, 0 deletions
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)