We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ee1dd8 commit ef877ffCopy full SHA for ef877ff
configs/tmux.conf
@@ -1,13 +1,14 @@
1
set-option -g set-titles on
2
+set-option -s set-clipboard off
3
4
# act like vim
5
setw -g mode-keys vi
6
unbind [
7
bind Escape copy-mode
8
unbind p
9
bind p paste-buffer
-bind-key -t vi-copy 'v' begin-selection
10
-bind-key -t vi-copy 'y' copy-selection
+bind-key -T copy-mode-vi 'v' send -X begin-selection
11
+bind-key -T copy-mode-vi 'y' send -X copy-selection
12
bind-key j command-prompt -p "join pane from:" "join-pane -s '%%'"
13
bind-key s command-prompt -p "join pane to:" "join-pane -t '%%'"
14
0 commit comments