Skip to content

Commit dd9a63c

Browse files
committed
add tmux keybind
1 parent dba5474 commit dd9a63c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tmux/.tmux.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,6 @@ bind C-t popup -E -xC -yC -w90% -h90% -d '#{pane_current_path}' "$TMUX_SHELL ||
124124

125125
unbind C-q
126126
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

Comments
 (0)