diff options
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index b69e4be..bcb54fa 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -9,6 +9,8 @@ bind-key -n C-b send-keys C-a set-option -g history-limit 5000 bind c new-window -c "#{pane_current_path}" +bind % split-window -h -c "#{pane_current_path}" +bind \" split-window -h -c "#{pane_current_path}" bind -n M-Left select-pane -L bind -n M-Right select-pane -R |