diff options
Diffstat (limited to '')
-rw-r--r-- | tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ set-option -g focus-events on # set shell #set -g default-shell '/bin/ksh' +# paste with Ctrl Y +bind-key -n C-y run "tmux set-buffer \"$(xclip -o -sel clipboard)\"; tmux paste-buffer" + # command sequence for nested tmux sessions bind-key a send-prefix |