Skip to content

The most useful smallest tmux trick by yours truly. peek() { tmux split-window -p 33 $EDITOR $@ || exit; }

Notifications You must be signed in to change notification settings

sharpaper/peek-for-tmux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

peek-for-tmux

The most useful smallest tmux trick by yours truly.

Place this in your .bashrc:

peek() { tmux split-window -p 33 $EDITOR $@ || exit; }

Restart your terminal.

Run peek a_file_you_really_want_to_look_at.txt

About

The most useful smallest tmux trick by yours truly. peek() { tmux split-window -p 33 $EDITOR $@ || exit; }

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published