diff options
Diffstat (limited to '')
| -rw-r--r-- | tmux/tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index dac3544..dbcf305 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -2,9 +2,9 @@ set -g prefix C-a unbind C-b unbind % -bind v split-window -h +bind v split-window -h -c "#{pane_current_path}" unbind '"' -bind - split-window -v +bind - split-window -v -c "#{pane_current_path}" bind R source-file ~/.config/tmux/tmux.conf |
