Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 229 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 229 Bytes

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