diff --git a/tmux/tmux.conf b/tmux/tmux.conf index f63bf69..62696ee 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -11,6 +11,9 @@ bind h select-pane -L bind j select-pane -D bind k select-pane -U bind l select-pane -R +bind u attach-session -c "#{pane_current_path}" +bind v split-window -c "#{pane_current_path}" -h +bind s split-window -c "#{pane_current_path}" -v #reload config file bind r source-file ~/.config/tmux/tmux.conf