mirror of
https://github.com/Myzel394/tmux-biff.git
synced 2025-06-18 07:25:28 +02:00
fix: Increase max wrap lines
This commit is contained in:
parent
965906e68b
commit
102a6838c0
@ -12,7 +12,7 @@ if [[ -f /tmp/.tmux-biff-buffer-check ]]; then
|
||||
|
||||
mv /tmp/.tmux-biff-buffer-check /tmp/.tmux-biff-buffer-check-1
|
||||
|
||||
tmux new-window 'diff -u -U 9999 /tmp/.tmux-biff-buffer-check-1 /tmp/.tmux-biff-buffer-check-2 | delta --side-by-side; read -n 1'
|
||||
tmux new-window 'diff -u -U 9999 /tmp/.tmux-biff-buffer-check-1 /tmp/.tmux-biff-buffer-check-2 | delta --side-by-side --wrap-max-lines 99; read -n 1'
|
||||
else
|
||||
echo $selected_text > /tmp/.tmux-biff-buffer-check
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user