/peek-for-tmux

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

No issues in this repository yet.