diff options
Diffstat (limited to 'bard-emacs-modules/bard-emacs-window.el')
| -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 |
