5 ms·
For anyone else who shares tmux configs between different versions, this is a good way to do it: if-shell "[[ `tmux -V` == *1.9* ]]" \ 'unbind c; b
by jparyani 13y ago
For anyone else who shares tmux configs between different versions, this is a good way to do it:
if-shell "[[ `tmux -V` == *1.9* ]]" \
'unbind c; bind c new-window -c "#{pane_current_path}"'