mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-22 12:54:59 +00:00
fix zoom after select
This commit is contained in:
parent
7da1b8edad
commit
0a7fba3f4e
@ -192,7 +192,7 @@ impl<'a> Swapper<'a> {
|
|||||||
|
|
||||||
// NOTE: For debugging add echo $PWD && sleep 5 after tee
|
// NOTE: For debugging add echo $PWD && sleep 5 after tee
|
||||||
let pane_command = format!(
|
let pane_command = format!(
|
||||||
"tmux capture-pane -t {} -p{} | {}/target/release/thumbs -f '%U:%H' -t {} {}; tmux swap-pane -t {}; tmux wait-for -S {}",
|
"tmux capture-pane -t {} -p{} | {}/target/release/thumbs -f '%U:%H' -t {} {}; tmux swap-pane -t {} -Z; tmux wait-for -S {}",
|
||||||
active_pane_id,
|
active_pane_id,
|
||||||
scroll_params,
|
scroll_params,
|
||||||
self.dir,
|
self.dir,
|
||||||
|
Loading…
Reference in New Issue
Block a user