Skip to content

Commit ef877ff

Browse files
committed
Updated tmux.conf
1 parent 6ee1dd8 commit ef877ff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

configs/tmux.conf

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
set-option -g set-titles on
2+
set-option -s set-clipboard off
23

34
# act like vim
45
setw -g mode-keys vi
56
unbind [
67
bind Escape copy-mode
78
unbind p
89
bind p paste-buffer
9-
bind-key -t vi-copy 'v' begin-selection
10-
bind-key -t vi-copy 'y' copy-selection
10+
bind-key -T copy-mode-vi 'v' send -X begin-selection
11+
bind-key -T copy-mode-vi 'y' send -X copy-selection
1112
bind-key j command-prompt -p "join pane from:" "join-pane -s '%%'"
1213
bind-key s command-prompt -p "join pane to:" "join-pane -t '%%'"
1314

0 commit comments

Comments
 (0)