tmux: New window binding now starts on current path

This commit is contained in:
GaspardCulis 2024-06-01 21:18:34 +02:00
parent c94f82c852
commit 21c3561841
No known key found for this signature in database
GPG key ID: BC18146756955609

View file

@ -12,6 +12,7 @@ set-option -g renumber-windows on
bind s split-window -c "#{pane_current_path}"
bind v split-window -h -c "#{pane_current_path}"
bind c new-window -c "#{pane_current_path}"
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'