diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-08-31 15:19:06 +0000 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-08-31 15:19:06 +0000 |
commit | d1abb56f063cfa7d721094dcba49facccca50644 (patch) | |
tree | 769fbde9d080b4d8b148c38a3ad0fa53c29f81ca /tmux-linux.config | |
parent | 278ae8af19330468d20a6b6873f7e206df8910d2 (diff) |
Enter in copy mode doesn't cancel
Diffstat (limited to 'tmux-linux.config')
-rw-r--r-- | tmux-linux.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux-linux.config b/tmux-linux.config index 7777d73..9697a05 100644 --- a/tmux-linux.config +++ b/tmux-linux.config @@ -1,3 +1,3 @@ bind -Tcopy-mode-vi y send -X copy-pipe-and-cancel "tmux save-buffer - | xp" unbind -T copy-mode-vi Enter -bind -Tcopy-mode-vi Enter send -X copy-pipe-and-cancel "tmux save-buffer - | xp" +bind -Tcopy-mode-vi Enter send -X copy-pipe "tmux save-buffer - | xp" |