Skip to content
This repository has been archived by the owner on Oct 29, 2022. It is now read-only.

Provide implementation and keybinding to clone-indirect-buffer-other-frame in GNU Emacs

License

Notifications You must be signed in to change notification settings

EricCrosson/clone-indirect-buffer-other-frame-mode

Repository files navigation

clone-indirect-buffer-other-frame-mode Build Status Version

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.

Install

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)

Use

When the clone-indirect-buffer-other-frame-mode minor-mode is active, clone-indirect-buffer-other-frame is bound to C-x 5 c.

Example

Buffer cloned, in new frame.

Screenshot after invoking clone-indirect-buffer-other-frame

Related

License

GPL 2 (or higher) © Free Software Foundation, Inc.

About

Provide implementation and keybinding to clone-indirect-buffer-other-frame in GNU Emacs

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published