Skip to content

conao3/other-window-or-split.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What’s this?

This package provide other-window-or-split and window-split-dwim .

./image/split.gif

install

(use-package other-window-or-split
  :init (el-get-bundle conao/other-window-or-split)
  :bind* (("C-t"   . other-window-or-split)
          ("C-S-t" . previous-other-window-or-split)
          ("M-t"   . split-window-dwim)
          ("C-c j" . adjust-windows-size)))

Depending use-package and el-get for this sumple code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published