summaryrefslogtreecommitdiff
path: root/skel
diff options
context:
space:
mode:
authorDavid Kaufmann <astra@ionic.at>2016-09-15 23:43:30 +0200
committerDavid Kaufmann <astra@ionic.at>2016-09-15 23:43:30 +0200
commit851fb274a8fbf25a91c5be72ba6d7f558fdd7d64 (patch)
tree4831c8e6c3c482b52f450829345952fe94b8335b /skel
parent33f3ce977e31fbc0b8a13b23f4e47bb729ea2f15 (diff)
downloadconfig-851fb274a8fbf25a91c5be72ba6d7f558fdd7d64.tar.gz
tmux scrolling
Diffstat (limited to 'skel')
-rw-r--r--skel/.tmux.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/skel/.tmux.conf b/skel/.tmux.conf
index 4989908..41cbbf6 100644
--- a/skel/.tmux.conf
+++ b/skel/.tmux.conf
@@ -30,6 +30,10 @@ set -g mouse on
bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" "if -Ft= '#{pane_in_mode}' 'send-keys -M' 'select-pane -t=; copy-mode -e; send-keys -M'"
bind -n WheelDownPane select-pane -t= \; send-keys -M
+# enable Shift-PageUp/-PageDown
+bind-key -t vi-copy -n S-PPage halfpage-up
+bind-key -t vi-copy -n S-NPage halfpage-down
+
set-window-option -g aggressive-resize on
set-option -g renumber-windows on