diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-03-31 20:57:07 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-03-31 20:57:07 -0600 |
commit | baeb698bb006193559fc5aa1901180a3ccc73b7a (patch) | |
tree | 6794711df7e8cab70b541e31ba6c56136a635bd9 /linux.tmux.config | |
parent | ccd0e255268e0dbf9105a91d293bd756eed7f78b (diff) |
Pipe copied text to xp
Diffstat (limited to 'linux.tmux.config')
-rw-r--r-- | linux.tmux.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux.tmux.config b/linux.tmux.config index ff271a2..9eee314 100644 --- a/linux.tmux.config +++ b/linux.tmux.config @@ -1,3 +1,3 @@ # vim: syntax=conf -bind-key -t vi-copy 'y' copy-selection +bind -t vi-copy y copy-pipe "tmux save-buffer - | xp" |