From 312342801f5cfc9a83a5e995f57189ab37dd561a Mon Sep 17 00:00:00 2001 From: caandt Date: Fri, 8 Nov 2024 04:12:34 -0600 Subject: [PATCH] nit --- user/config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/config/tmux/tmux.conf b/user/config/tmux/tmux.conf index 675760b..1143c6b 100644 --- a/user/config/tmux/tmux.conf +++ b/user/config/tmux/tmux.conf @@ -66,7 +66,7 @@ set -g update-environment SH_TMUX_PID bind C-u copy-mode \; send C-u bind -T copy-mode-vi C-w send -X scroll-up -bind -T copy-mode-vi C-d send -X scroll-down +bind -T copy-mode-vi C-s send -X scroll-down ### settings set -g default-terminal "xterm-256color"