diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-07-01 15:07:05 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-07-01 15:07:05 +0200 |
| commit | a0a93eb482cf8c8ed301fd1a59f415850183f37b (patch) | |
| tree | f7b71d3603c56af6a7c2599768c63f0fdff3a562 | |
| parent | feat(tmux): add binding for rectangle toggle in copy mode (diff) | |
| download | suckless-setup-a0a93eb482cf8c8ed301fd1a59f415850183f37b.tar.gz | |
feat(tmux): make newly created panes open in current working dir
| -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 |
