summaryrefslogtreecommitdiff
path: root/emacs/site-lisp/my-binds.el
diff options
context:
space:
mode:
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)