summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-02-27 12:20:34 -0500
committerJune McEnroe <june@causal.agency>2017-02-27 12:20:34 -0500
commitfef431fd88b9b46c0970c3a76310eece2363e338 (patch)
tree2be27bdf15bc0c36879e573d7b0bb88da1e268bc
parentSet inccommand=nosplit (diff)
downloadsrc-fef431fd88b9b46c0970c3a76310eece2363e338.tar.gz
src-fef431fd88b9b46c0970c3a76310eece2363e338.zip
Use Escape and i to enter/exit tmux copy mode
-rw-r--r--.tmux.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index f0781b29..58a50725 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -25,8 +25,9 @@ bind -r > resize-pane -R 1
 bind -r - resize-pane -U 1
 bind -r + resize-pane -D 1
 
-bind y copy-mode
 bind p paste-buffer
+bind Escape copy-mode
+bind -t vi-copy i cancel
 bind -t vi-copy v begin-selection
 bind -t vi-copy C-v rectangle-toggle
 bind -t vi-copy y copy-selection
againJune McEnroe 2018-09-12Add note about C-oJune McEnroe 2018-09-12Use formatParse split to position input cursorJune McEnroe 2018-09-12Factor out IRC formatting parsingJune McEnroe 2018-09-11Add /help equivalent to /manJune McEnroe 2018-09-11Don't render every PM as a pingJune McEnroe 2018-09-11Add urlOpenMatchJune McEnroe 2018-09-10Depend on man.sh for chroot.tar targetJune McEnroe 2018-09-10Set LESSSECURE=1 in man.shJune McEnroe 2018-09-10Add /man commandJune McEnroe 2018-09-10Install man page in chrootJune McEnroe 2018-09-10Install man pageJune McEnroe 2018-09-10Split keys into subsections and document colorsJune McEnroe 2018-09-10Add "blank" lines to chatte.1June McEnroe 2018-09-10Document key bindings in chatte.1June McEnroe 2018-09-08Document slash commands in chatte.1June McEnroe