最後活躍 1730169362

修訂 d68ee30cbd25a71c9a230d803c15293db0fab705

fzf-14.sh 原始檔案
1# --tmux [center|top|bottom|left|right][,SIZE[%]][,SIZE[%]]
2
3fzf --tmux center # Center, 50% width and height
4fzf --tmux 80% # Center, 80% width and height
5fzf --tmux 100%,50% # Center, 100% width and 50% height
6fzf --tmux left,40% # Left, 40% width
7fzf --tmux left,40%,90% # Left, 40% width, 90% height
8fzf --tmux top,40% # Top, 40% height
9fzf --tmux bottom,80%,40% # Bottom, 80% height, 40% height