vim tmux stuff:
This commit is contained in:
parent
9683df00c2
commit
a17817e97d
3
env/sh/tmux.conf
vendored
3
env/sh/tmux.conf
vendored
|
@ -19,6 +19,9 @@ bind-key W resize-pane -x 100
|
|||
bind-key v split-window -h
|
||||
bind-key b split-window
|
||||
|
||||
# be xterm
|
||||
set -g default-terminal "xterm"
|
||||
|
||||
# iterating
|
||||
bind r source-file ~/.tmux.conf
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ export BAR_TOP=0
|
|||
export BAR_HEIGHT=20
|
||||
export BAR_BORDER_WIDTH=1
|
||||
export BAR_FONT_FAMILY="$PRIMARY_FONT_FAMILY_WITH_SIZE"
|
||||
export BAR_UNDERLINE=1
|
||||
export BAR_UNDERLINE=0
|
||||
# export BAR_MARGIN=$WINDOW_GAP
|
||||
export BAR_MARGIN=700
|
||||
export BAR_OFFSET=0
|
||||
|
|
Reference in a new issue