tmux tweaks
This commit is contained in:
parent
2a0ffa6a70
commit
4d36a6c678
@ -1,4 +1,3 @@
|
|||||||
### CONFIG
|
|
||||||
set -g default-terminal "tmux-256color"
|
set -g default-terminal "tmux-256color"
|
||||||
set -g base-index 1
|
set -g base-index 1
|
||||||
set -g renumber-windows on
|
set -g renumber-windows on
|
||||||
@ -7,10 +6,8 @@ set -g mouse off
|
|||||||
setw -g aggressive-resize on
|
setw -g aggressive-resize on
|
||||||
setw -g automatic-rename on
|
setw -g automatic-rename on
|
||||||
|
|
||||||
### UNDBIND
|
# binds
|
||||||
unbind-key S
|
unbind-key S
|
||||||
### BINDS
|
|
||||||
#
|
|
||||||
set -g prefix C-a
|
set -g prefix C-a
|
||||||
bind a send-prefix
|
bind a send-prefix
|
||||||
bind : command-prompt
|
bind : command-prompt
|
||||||
@ -22,8 +19,9 @@ bind ^D detach
|
|||||||
bind | split-window -h
|
bind | split-window -h
|
||||||
bind - split-window -v
|
bind - split-window -v
|
||||||
|
|
||||||
### COLORS
|
# status line
|
||||||
set -g status "on"
|
set -g status "on"
|
||||||
|
set -g status-position top
|
||||||
set -g status-style "none,bg=colour238"
|
set -g status-style "none,bg=colour238"
|
||||||
set -g status-justify "left"
|
set -g status-justify "left"
|
||||||
set -g status-left-style "none"
|
set -g status-left-style "none"
|
||||||
|
Loading…
Reference in New Issue
Block a user