diff options
Diffstat (limited to 'files/.config')
| -rw-r--r-- | files/.config/tmux/tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/files/.config/tmux/tmux.conf b/files/.config/tmux/tmux.conf index 79debfb..d5d2bcf 100644 --- a/files/.config/tmux/tmux.conf +++ b/files/.config/tmux/tmux.conf @@ -37,6 +37,8 @@ set -g monitor-activity on bind Space copy-mode +bind s choose-tree -Zs -O time + # don't pre-fill with window or session original name when renaming bind '$' command-prompt -p "(rename-session '#S')" "rename-session '%%'" bind , command-prompt -p "(rename-window '#W')" "rename-window '%%'" |
