This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Fix C-z w
master
10sr
5 years ago
parent
4c2fb13def
commit
55cd5c2145
Signed by:
10sr
GPG Key ID:
7BEC428194130EB2
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save