diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-04-27 21:43:10 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-04-27 21:43:10 -0600 |
commit | b0aae0258336cdc931b34bae1836eace72a00a91 (patch) | |
tree | df6354c96d76f9ece78b933c07ff46565e261c3c /linux.tmux.config | |
parent | ade8a99c1efd3a77fc22b96cc0ea9cd2af341491 (diff) |
Updating tmux vim copy paste
Diffstat (limited to 'linux.tmux.config')
-rwxr-xr-x[-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 b5a43f3..091b4f0 100644..100755 --- a/linux.tmux.config +++ b/linux.tmux.config @@ -1,3 +1,3 @@ # vim: syntax=conf -bind -T copy-mode-vi y copy-pipe "tmux save-buffer - | xp" +bind -Tcopy-mode-vi y send -X copy-pipe-and-cancel "tmux save-buffer - | xp" |