aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2025-03-25 22:09:39 -0400
committerBardofSprites <[email protected]>2025-03-25 22:09:39 -0400
commit1c298b837abf8369decf45c63cac1332f3b71d56 (patch)
treef369901214d9098da29b50af4c3a663795ffaf17 /bard-emacs-modules
parent2ffe8a82c4f01e3d99055d9d5cecc9f8c8a6afd0 (diff)
window clone other window
Diffstat (limited to 'bard-emacs-modules')
-rw-r--r--bard-emacs-modules/bard-emacs-window.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-window.el b/bard-emacs-modules/bard-emacs-window.el
index 5ac9a38..0b47deb 100644
--- a/bard-emacs-modules/bard-emacs-window.el
+++ b/bard-emacs-modules/bard-emacs-window.el
@@ -127,7 +127,8 @@
(use-package emacs
:ensure nil
:bind
- ("C-x w t" . tear-off-window))
+ ("C-x w t" . tear-off-window)
+ ("C-x w c" . clone-indirect-buffer-other-window))
(use-package ibuffer
:ensure nil