zshrc and tmux
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
# bind tmux cmds to ctrl+a
|
# bind tmux cmds to ctrl+a
|
||||||
unbind C-b
|
unbind C-b
|
||||||
set -g prefix C-s
|
set -g prefix C-s
|
||||||
|
bind-key b setw synchronize-panes
|
||||||
|
|
||||||
# activity monitoring
|
# activity monitoring
|
||||||
setw -g monitor-activity on
|
setw -g monitor-activity on
|
||||||
@@ -8,7 +9,7 @@ set -g visual-activity on
|
|||||||
|
|
||||||
#set-window-option -g window-status-current-bg yellow
|
#set-window-option -g window-status-current-bg yellow
|
||||||
#set -ga terminal-overrides ",xterm-termite:Tc"
|
#set -ga terminal-overrides ",xterm-termite:Tc"
|
||||||
set -g default-terminal xterm-termite
|
set -g default-terminal "screen-256color"
|
||||||
#set -g mouse on
|
#set -g mouse on
|
||||||
|
|
||||||
set -g status-position bottom
|
set -g status-position bottom
|
||||||
@@ -22,4 +23,3 @@ set -g status-left ' ★ '
|
|||||||
set -g status-right-length 30
|
set -g status-right-length 30
|
||||||
set -g status-right-attr bright
|
set -g status-right-attr bright
|
||||||
set -g status-right '%a %b %0d'
|
set -g status-right '%a %b %0d'
|
||||||
|
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ SAVEHIST=100000
|
|||||||
|
|
||||||
## Automatically fix terminal settings
|
## Automatically fix terminal settings
|
||||||
ttyctl -f
|
ttyctl -f
|
||||||
|
stty -ixon -ixoff
|
||||||
|
|
||||||
## Set a nice prompt
|
## Set a nice prompt
|
||||||
PROMPT='%F{red}[%F{blue}%*%F{red}]%f %F{yellow}bosman%f %F{magenta}[%f%B%F{magenta}%1~%f%b%F{magenta}]%f %(!.%F{196}.%F{46})≫ %f%(!..$(git_super_status)) '
|
PROMPT='%F{red}[%F{blue}%*%F{red}]%f %F{yellow}bosman%f %F{magenta}[%f%B%F{magenta}%1~%f%b%F{magenta}]%f %(!.%F{196}.%F{46})≫ %f%(!..$(git_super_status)) '
|
||||||
|
|||||||
Reference in New Issue
Block a user