diff options
| author | BardofSprites <[email protected]> | 2025-03-25 22:09:39 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-03-25 22:09:39 -0400 |
| commit | 1c298b837abf8369decf45c63cac1332f3b71d56 (patch) | |
| tree | f369901214d9098da29b50af4c3a663795ffaf17 /bard-emacs-modules | |
| parent | 2ffe8a82c4f01e3d99055d9d5cecc9f8c8a6afd0 (diff) | |
window clone other window
Diffstat (limited to 'bard-emacs-modules')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-window.el | 3 |
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 |
