1
0
mirror of https://github.com/Morantron/tmux-fingers.git synced 2024-06-25 07:27:52 +02:00

disable exec mode for the moment

This commit is contained in:
Jorge Morante 2016-05-01 19:50:57 +02:00
parent fd3c2ee1a6
commit fb07f89064

View File

@ -61,12 +61,13 @@ do
continue continue
fi fi
if [[ $(has_capitals $input) == "1" ]]; then #TODO meeec, still not working
tmux command-prompt -p "fingers-exec:" "run-shell -t $fingers_pane_id \"$CURRENT_DIR/exec.sh '%%' '$result' '${current_pane_id//%}' '${fingers_pane_id//%}'\"" #if [[ $(has_capitals $input) == "1" ]]; then
else #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" copy_result "$result"
revert_to_original_pane $current_pane_id $fingers_pane_id revert_to_original_pane $current_pane_id $fingers_pane_id
fi #fi
exit 0 exit 0
done < /dev/tty done < /dev/tty