Skip to content

20190221 - v1.5.8

Compare
Choose a tag to compare
@skywind3000 skywind3000 released this 21 Feb 04:14
· 166 commits to master since this release

New option $_ZL_FZF_HEIGHT to control --height parameter in fzf:

# fzf: full screen
export _ZL_FZF_HEIGHT=0

# fzf: 30 lines
export _ZL_FZF_HEIGHT=30

# fzf: 35% of screen height
export _ZL_FZF_HEIGHT="35%"