From 5eb591f7d00e1147a9a3ff9c8af611b62659ffcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Mon, 16 Sep 2019 14:17:16 -0300 Subject: tmux binds --- .tmux.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index 3c5c3f4..f739cc8 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -13,6 +13,13 @@ bind-key C-v send-prefix ## Binds bind e set-window-option synchronize-panes +bind-key -n C-t new-window + +unbind NPage +unbind PPage +bind-key -n C-PPage previous-window +bind-key -n C-NPage next-window + ## Misc # address vim mode switching delay (http://superuser.com/a/252717/65504) @@ -64,5 +71,8 @@ bind -n C-l send-keys C-l \; run 'sleep 0.1' \; clear-history set -g monitor-activity on set -g visual-activity off +# Enable mouse features +set -g mouse on + # Debian Powerline source '/usr/share/powerline/bindings/tmux/powerline.conf' -- cgit v1.2.3