Fixed spaces, etc, in filename

master
Steven Saus 4 years ago
parent 391fb2204e
commit ce5257ee5b
  1. 6
      tmux_devour.sh
  2. 2
      tmux_sidebar.sh
  3. 2
      tmux_topbar.sh

@ -17,9 +17,9 @@
printf '\033]2;%s\033\\' 'devour'
tmux resize-pane -t "$c_pane" -R 20
tmux select-pane -m -t "$c_pane"
#echo "$c_pane"
tmux send-keys -t "$c_pane" "$command && read && exit" C-m
command2=$(echo "eval \"${command}\" ; tmux kill-pane -t ${c_pane}")
tmux resize-pane -Z -t "$c_pane"
tmux send-keys -t "$c_pane" "$command2" C-m
fi
@ -31,4 +31,4 @@
# Is it tmux?
# Does the sidebar already exist in this window?
# if not, create sidebar and export variable
# if not, create sidebar and export variable

@ -18,7 +18,7 @@
#tmux swap-pane -s "$o_pane" -t "$c_pane"
printf '\033]2;%s\033\\' 'topbar'
tmux resize-pane -t "$c_pane" -R 30
command2=$(echo "$command ; tmux kill-pane -t ${c_pane}")
command2=$(echo "eval \"${command}\" ; tmux kill-pane -t ${c_pane}")
tmux send-keys -t "$c_pane" "$command2" C-m
tmux last-pane
#tmux send-keys -t "$o_pane" C-o C-m

@ -19,7 +19,7 @@
printf '\033]2;%s\033\\' 'topbar'
tmux resize-pane -t "$c_pane" -U 14
#tmux select-pane -m -t "$c_pane"
command2=$(echo "$command ; tmux kill-pane -t ${c_pane}")
command2=$(echo "eval \"${command}\" ; tmux kill-pane -t ${c_pane}")
tmux send-keys -t "$c_pane" "$command2" C-m
tmux last-pane
#tmux send-keys -t "$o_pane" C-o C-m

Loading…
Cancel
Save