Skip to content

Commit 02313ce

Browse files
committed
store locally updated conf
1 parent 576d01c commit 02313ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.tmux/tmux.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ bind-key | split-window -h
4444
4545
# Extract/Join Pane From/To window
4646
bind-key ! break-pane
47-
bind-key '"' command-prompt "join-pane -h -p 50 -s '%%'"
48-
bind-key @ command-prompt "join-pane -v -p 50 -s '%%'"
47+
bind-key '"' command-prompt "join-pane -h -s '%%'"
48+
bind-key @ command-prompt "join-pane -v -s '%%'"
4949
5050
# Custom Layouts and macroses
5151
bind V source-file ~/.tmux/video.layout

0 commit comments

Comments
 (0)