aboutsummaryrefslogtreecommitdiffstats
path: root/_tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '_tmux.conf')
-rw-r--r--_tmux.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/_tmux.conf b/_tmux.conf
index dcaf80d..aa99223 100644
--- a/_tmux.conf
+++ b/_tmux.conf
@@ -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