From a44d91b470e5c6033db330418697c3e85167b320 Mon Sep 17 00:00:00 2001 From: Ralph Azucena Date: Tue, 16 Jan 2018 01:52:25 +0000 Subject: [PATCH] added customizations --- .tmux.conf.local | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/.tmux.conf.local b/.tmux.conf.local index ae45b07..355514d 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -243,10 +243,21 @@ tmux_conf_copy_to_os_clipboard=false # -- user customizations ------------------------------------------------------- -# this is the place to override or undo settings -# increase history size -#set -g history-limit 10000 +unbind C-a +set -g prefix2 C-space +bind C-space send-prefix -2 +set -g history-limit 8000 # boost history + +### -- navigation ---------------------------------------------------------------- + +# session +unbind C-c +bind C-n new-session + +# window +unbind c # old new-window +bind n new-window # start with mouse mode enabled #set -g mouse on