Browse Source

Fix C-z w

master
10sr 5 years ago
parent
commit
55cd5c2145
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tmux.conf

+ 1
- 0
tmux.conf View File

@@ -21,6 +21,7 @@ bind C-o command-prompt -p "session name to switch to:" \
"new-session -Ad -s '%1'\; switch-client -t '%1'"
# Use w instead
unbind s
bind w choose-tree -G

set -g base-index 1
set -g pane-base-index 1


Loading…
Cancel
Save