swap panes after showing hints ( fixes #26 )

This commit is contained in:
Jorge Morante 2017-05-01 10:16:52 +02:00
parent 2b6fe91064
commit c34bc91ba8
1 changed files with 1 additions and 1 deletions

View File

@ -37,6 +37,6 @@ function show_hints_and_swap() {
current_pane_id=$1
fingers_pane_id=$2
compact_state=$3
tmux swap-pane -s "$current_pane_id" -t "$fingers_pane_id"
show_hints "$fingers_pane_id" $compact_state
tmux swap-pane -s "$current_pane_id" -t "$fingers_pane_id"
}