Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 680 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 680 Bytes

zsh-tmux-man

Read man in a tmux pane without losing what you've input.

Install

Install with zinit (recommended)

zinit light sei40kr/zsh-tmux-man

Install with zplug

zplug sei40kr/zsh-tmux-man

Customization

Environment variable Default value Description
ZSH_TMUX_MAN_SPLITW_OPTS -l 30% The options passed to tmux split-window when opening a new pane. See tmux(1) for details.