Skip to content

open a file with the customizable fixed-width-window

Notifications You must be signed in to change notification settings

blue0513/fixed-window

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Fixed Window

Open a file with the customizable fixed-width-window.

What's This

This package can open a file with the customizable fixed-window (fixed width window).
Optionally it can disable to switch from other-window, make itself dedicated, disable truncate etc.

Image from Gyazo

Setup

git clone and edit your init.el as below.

(add-to-list 'load-path "YOUR PATH")
(require 'fixed-window)

Usage

Create fixed-window with a file

M-x fixed-window-create then choose a file to open.

Delete fixed-window

M-x fixed-window-delete then the fixed-window will be deleted.

Jump to fixed-window

M-x fixed-window-goto
This function is useful when you set (setq fixed-window-disable-switch t) .

Customize

variable usage default value
fixed-window-disable-switch Disable to switch to the fixed-window by `other-window' t
fixed-window-disable-truncate Disable to truncate in the fixed-window nil
fixed-window-dedicated Make fixed-window dedicated t
fixed-window-width-ratio Width ratio of fixed-window 0.85

About

open a file with the customizable fixed-width-window

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages