We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dba5474 commit dd9a63cCopy full SHA for dd9a63c
1 file changed
tmux/.tmux.conf
@@ -124,3 +124,6 @@ bind C-t popup -E -xC -yC -w90% -h90% -d '#{pane_current_path}' "$TMUX_SHELL ||
124
125
unbind C-q
126
bind C-q popup -E -xC -yC -w90% -h90% -d '#{pane_current_path}' "$TMUX_SHELL || $SHELL || /bin/bash || /bin/sh"
127
+
128
+unbind -T copy-mode-vi y
129
+bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "pbcopy"
0 commit comments