We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8793fef commit 2578a5fCopy full SHA for 2578a5f
tmux.conf
@@ -1,3 +1,9 @@
1
+# Vi mode copying
2
+# Enter copy mode: ctrl+a [
3
+# space to start selecting, y to copy
4
+setw -g mode-keys vi
5
+bind -T copy-mode-vi y send -X copy-pipe-and-cancel "pbcopy"
6
+
7
# address vim mode switching delay (http://superuser.com/a/252717/65504)
8
set -s escape-time 0
9
0 commit comments