summaryrefslogtreecommitdiffstats
path: root/bin/fzf-tmux
diff options
context:
space:
mode:
Diffstat (limited to 'bin/fzf-tmux')
-rwxr-xr-xbin/fzf-tmux4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/fzf-tmux b/bin/fzf-tmux
index 003fbdb1..c41e755e 100755
--- a/bin/fzf-tmux
+++ b/bin/fzf-tmux
@@ -95,9 +95,9 @@ while [[ $# -gt 0 ]]; do
elif [[ "$size" =~ %$ ]]; then
size=${size:0:((${#size}-1))}
if [[ -n "$swap" ]]; then
- opt="$opt -p $(( 100 - size ))"
+ opt="$opt -l $(( 100 - size ))%"
else
- opt="$opt -p $size"
+ opt="$opt -l $size%"
fi
else
if [[ -n "$swap" ]]; then