From fb07f89064e2a22f395bdd560f88208f9e192641 Mon Sep 17 00:00:00 2001 From: Jorge Morante Date: Sun, 1 May 2016 19:50:57 +0200 Subject: [PATCH] disable exec mode for the moment --- scripts/fingers.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/scripts/fingers.sh b/scripts/fingers.sh index ec68314..f0e87f4 100755 --- a/scripts/fingers.sh +++ b/scripts/fingers.sh @@ -61,12 +61,13 @@ do continue fi - if [[ $(has_capitals $input) == "1" ]]; then - tmux command-prompt -p "fingers-exec:" "run-shell -t $fingers_pane_id \"$CURRENT_DIR/exec.sh '%%' '$result' '${current_pane_id//%}' '${fingers_pane_id//%}'\"" - else - copy_result "$result" - revert_to_original_pane $current_pane_id $fingers_pane_id - fi + #TODO meeec, still not working + #if [[ $(has_capitals $input) == "1" ]]; then + #tmux command-prompt -p "fingers-exec:" "run-shell -t $fingers_pane_id $CURRENT_DIR/exec.sh '%%' '$result' '${current_pane_id//%}' '${fingers_pane_id//%}'" + #else + copy_result "$result" + revert_to_original_pane $current_pane_id $fingers_pane_id + #fi exit 0 done < /dev/tty