Provide implementation and keybinding to clone-indirect-buffer-other-frame
This package provides an analagous function to the built-in clone-indirect-buffer-other-window
, and binds it to an analagous key combination when provided minor-mode is active.
With Quelpa
(use-package clone-indirect-buffer-other-frame-mode
:quelpa (clone-indirect-buffer-other-frame-mode
:fetcher github
:repo "EricCrosson/clone-indirect-buffer-other-frame-mode"))
Or manually, after downloading into your load-path
(require 'clone-indirect-buffer-other-frame-mode)
When the clone-indirect-buffer-other-frame-mode
minor-mode is
active, clone-indirect-buffer-other-frame
is bound to C-x 5 c
.
Buffer cloned, in new frame.
GPL 2 (or higher) © Free Software Foundation, Inc.