From: Colin P. McCabe Date: Wed, 25 Sep 2024 18:34:21 +0000 (-0700) Subject: tmux: Enter copy mode with ctrl-i X-Git-Url: http://club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=HEAD;p=cmccabe-etc tmux: Enter copy mode with ctrl-i --- diff --git a/.tmux.conf b/.tmux.conf index 19617d7..747c2c3 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -44,6 +44,9 @@ set-window-option -g monitor-activity off # Require the prefix before each command for moving around. set-option -g repeat-time 0 +# Enter copy-mode with ctrl-i +bind-key C-i copy-mode + # Moving between panes and windows with the F-keys. #bind-key -n F5 prev #bind-key -n F6 select-pane -t :.+