Created tools dir for simple scripts

This commit is contained in:
Jon Dossey
2018-06-21 12:30:32 -05:00
parent b76e125cd4
commit 164ab9f4d8
13 changed files with 17 additions and 16 deletions

View File

@@ -1,8 +1,8 @@
set -g default-terminal screen-256color
#remove escape delay
set -s escape-time 0
set -g default-terminal "rxvt-unicode-256color"
#change C-b to Ca
unbind C-b
set-option -g prefix C-a
@@ -37,14 +37,12 @@ if-shell '[ $(echo "$(tmux -V | cut -d" " -f2) >= 2.1" | bc) -eq 1 ]' \
'set -g mouse on' \
'set -g mode-mouse on; set -g mouse-resize-pane on; set -g mouse-select-pane on; set -g mouse-select-window on'
set -g mouse on
#set -g mouse on
#'set -g mouse on; set -g mouse-utf8 on' \
bind-key Tab last-window
bind-key BTab previous-window
set -g default-terminal "screen-256color"
# Basic status bar colors
set-option -g status-bg default
set-option -g status-fg white