diff options
| author | krolyxon <krolyxon@tutanota.com> | 2024-01-14 23:07:05 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2024-01-14 23:07:05 +0530 |
| commit | 59f2c95df1367a802fb34535817c650650e24071 (patch) | |
| tree | 7a3a6f02b70be4cfbee2630bace353dff348762e /.config/tmux/tmux.conf | |
| parent | de76520653b67c2de534aad699bd70af3aec7df9 (diff) | |
change mpv screenshot path
Diffstat (limited to '.config/tmux/tmux.conf')
| -rw-r--r-- | .config/tmux/tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index a30b047..7b9a02d 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -29,6 +29,8 @@ bind k select-pane -U # Move focus to pane below the current o bind l select-pane -R # Move focus to pane on the right bind Space last-window # Toggle between previously focused window +bind c new-window -c "#{pane_current_path}" # Keep current path + bind-key -r i run-shell "tmux neww tms" # Resizing panes (notes that is using the uppercase here and resize by 5 chars) |
