diff options
Diffstat (limited to 'scripts/tmux_session_fzf')
-rwxr-xr-x | scripts/tmux_session_fzf | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/scripts/tmux_session_fzf b/scripts/tmux_session_fzf index c093468..140a474 100755 --- a/scripts/tmux_session_fzf +++ b/scripts/tmux_session_fzf @@ -4,17 +4,8 @@ # Author: Cody Hiar # Date: 2020-03-17 # -# Description: Select a tmux session with FZF +# Description: Switch to a different tmux session # -# Set options: -# e: Stop script if command fails -# u: Stop script if unset variable is referenced -# x: Debug, print commands as they are executed -# o pipefail: If any command in a pipeline fails it all fails -# -# IFS: Internal Field Separator -set -euo pipefail -IFS=$'\n\t' get_active_pane(){ local SESSION="${1}" |