Created tools dir for simple scripts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user