From b453839fefd3fd8ad7c80263d71a865ad7b14076 Mon Sep 17 00:00:00 2001 From: Alexey Samoshkin Date: Sat, 25 Nov 2017 16:58:11 +0200 Subject: [PATCH] Remove PageUp root keybinding from entering copy mode --- tmux/tmux.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 8a3d0cf..5555d75 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -154,7 +154,6 @@ bind C-p choose-buffer # trigger copy mode by bind -n M-Up copy-mode -bind -n PageUp copy-mode # Scroll up/down by 1 line, half screen, whole screen bind -T copy-mode-vi M-Up send-keys -X scroll-up