Browse Source

Create new panes and windows in PWD

master
Fazil Altinel 3 years ago
parent
commit
691e963390
  1. 3
      .tmux.conf

3
.tmux.conf

@ -47,3 +47,6 @@ set -g visual-bell off
set -g visual-silence off
set -g word-separators " -_@"
run-shell 'powerline-config tmux setup'
bind c new-window -c "#{pane_current_path}"
bind | split-window -h -c "#{pane_current_path}"
bind - split-window -v -c "#{pane_current_path}"

Loading…
Cancel
Save