mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 00:03:39 -05:00
z with --height
@@ -532,7 +532,7 @@ like normal z when used with arguments but displays an fzf prompt when used with
|
|||||||
unalias z 2> /dev/null
|
unalias z 2> /dev/null
|
||||||
z() {
|
z() {
|
||||||
[ $# -gt 0 ] && _z "$*" && return
|
[ $# -gt 0 ] && _z "$*" && return
|
||||||
cd "$(_z -l 2>&1 | fzf-tmux +s --tac --query "$*" | sed 's/^[0-9,.]* *//')"
|
cd "$(_z -l 2>&1 | fzf --height 40% --reverse +s --tac --query "$*" | sed 's/^[0-9,.]* *//')"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user