From 13aa26e64236b1b4b492938690a7c24da5a46c4e Mon Sep 17 00:00:00 2001 From: Colin P. McCabe Date: Wed, 25 Sep 2024 11:34:21 -0700 Subject: [PATCH] tmux: Enter copy mode with ctrl-i --- .tmux.conf | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) 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 :.+ -- 1.6.6.rc1.39.g9a42