diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-18 00:14:25 +0100 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-18 00:14:25 +0100 | 
| commit | 75efc6c1c4e23fcba22665719542471749aaea56 (patch) | |
| tree | d00c2f9abb8058e81aeaf29976225ce80cfc54bb /config/common/tmux | |
| parent | fde23996e410c11ee82491380630f9cb8b02e9f8 (diff) | |
checkpoint
Diffstat (limited to 'config/common/tmux')
| -rwxr-xr-x | config/common/tmux/tmux.conf | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/config/common/tmux/tmux.conf b/config/common/tmux/tmux.conf index 6304209..6fdf7f7 100755 --- a/config/common/tmux/tmux.conf +++ b/config/common/tmux/tmux.conf @@ -100,7 +100,7 @@ bind -n M-O switch-client -l  bind n command-prompt "rename-window '%%'"  bind N command-prompt "rename-session '%%'"  # Starting new windows -bind w new-window -c "$HOME" +bind w new-window -c "#{pane_current_path}"  bind W new-session -c "$HOME"  # Show tree   bind S choose-tree -Z  | 
