mirror of
1
0
Fork 0

added customizations

This commit is contained in:
Ralph Azucena 2018-01-16 01:52:25 +00:00 committed by GitHub
parent e1c968d020
commit a44d91b470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 3 deletions

View File

@ -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