From f8716663177cf5767c0093cf75418719a46587d7 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Fri, 7 May 2021 14:10:08 -0600 Subject: Comment out fzf-tmux not working right now --- scripts/tmux_session_fzf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/tmux_session_fzf') diff --git a/scripts/tmux_session_fzf b/scripts/tmux_session_fzf index 140a474..4f5a96e 100755 --- a/scripts/tmux_session_fzf +++ b/scripts/tmux_session_fzf @@ -12,9 +12,9 @@ get_active_pane(){ tmux list-windows -t "${SESSION}" | grep '(active)' | cut -c 1 } -TARGET=$(tmux ls | awk -F':' '{print $1}' | fzf-tmux -h) +TARGET=$(tmux ls | awk -F':' '{print $1}' | fzf-tmux) if [[ -n "${TARGET}" ]]; then WINDOW=$(get_active_pane "${TARGET}") echo "${TARGET}:${WINDOW}" >> ~/tmux.log - tmux switch-client -t "${TARGET}:${WINDOW}" + tmux switch-client -t "${TARGET}:${WINDOW}" fi -- cgit v1.2.3