Skip to content
This repository has been archived by the owner on Oct 29, 2022. It is now read-only.
/ split-and-move Public archive

Split current GNU Emacs window and move point to the new pane

License

Notifications You must be signed in to change notification settings

EricCrosson/split-and-move

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

split-and-move Build Status Version

Split current GNU Emacs window and move point to the new pane

Install

With Quelpa

(use-package split-and-move
  :quelpa (split-and-move
           :fetcher github
           :repo "EricCrosson/split-and-move")
  :bind (("C-x 2" . split-and-move-below)
         ("C-x 3" . split-and-move-right)))

Or manually, after downloading into your load-path

(require 'split-and-move)
(bind-keys
 ("C-x 2" . split-and-move-below)
 ("C-x 3" . split-and-move-right))

Related

Acknowledgments

I definitely got this code from somewhere but can't find the original source as it has mutated inside my configs over the past several years. Here's a version that's pretty close.

License

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

About

Split current GNU Emacs window and move point to the new pane

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published