diff options
-rw-r--r-- | _tmux.conf | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -47,7 +47,8 @@ bind-key -n C-Right swap-window -t +1 bind-key -n C-d detach ## Copy mode settings -bind-key p paste-buffer +bind-key Escape copy-mode +bind-key p paste-buffer bind-key -t vi-copy "v" begin-selection bind-key -t vi-copy "y" copy-selection # toggle between line- and column-wise selection |