From b5d5d41310b006b5e4434a1f6044b3d4c8278536 Mon Sep 17 00:00:00 2001 From: Ferran Basora Date: Wed, 22 Jan 2020 09:08:25 +0000 Subject: [PATCH] Fix swapper with active pane --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/swapper.rs | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f9d72c6..89ad25a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -240,7 +240,7 @@ dependencies = [ [[package]] name = "thumbs" -version = "0.3.0" +version = "0.3.1" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 261e545..e4646f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thumbs" -version = "0.3.0" +version = "0.3.1" authors = ["Ferran Basora "] edition = "2018" description = "A lightning fast version copy/pasting like vimium/vimperator" diff --git a/src/swapper.rs b/src/swapper.rs index da69fab..ebbdc01 100644 --- a/src/swapper.rs +++ b/src/swapper.rs @@ -87,7 +87,6 @@ impl<'a> Swapper<'a> { let active_command = vec![ "tmux", "list-panes", - "-s", "-F", "#{pane_id}:#{?pane_in_mode,1,0}:#{pane_height}:#{scroll_position}:#{?pane_active,active,nope}", ];