From 44d9b30feec21489e1519138f4f3f14f6cfcc624 Mon Sep 17 00:00:00 2001 From: jon Date: Wed, 14 Jul 2021 10:29:38 -0500 Subject: [PATCH] Still playing around with tmux page up/down --- tmux/.tmux.conf | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index cc757fe..e646206 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -30,12 +30,13 @@ bind j select-pane -D bind k select-pane -U bind l select-pane -R -# page up/down -bind-key -n PageUp copy-mode -u -bind-key -n PageDown copy-mode +## page up/down +bind-key -n C-PageUp copy-mode -u +bind-key -n C-PageDown copy-mode bind-key -T copy-mode C-PageUp send-keys -X page-up bind-key -T copy-mode C-PageDown send-keys -X page-down + #join window bind-key @ command-prompt -p "create pane from:" "join-pane -s ':%%'" @@ -64,8 +65,8 @@ bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded" ### ## Basic status bar colors -#set-option -g status-bg default -#set-option -g status-fg white +set-option -g status-bg default +set-option -g status-fg white ## Left side of status bar #set-option -g status-left-length 40