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