ini tmux配置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ini tmux配置相关的知识,希望对你有一定的参考价值。

set-option -g default-shell /usr/local/bin/zsh
set -g prefix C-a
unbind-key C-b
bind-key C-a send-prefix
setw -g mode-keys vi

# Plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
run '~/.tmux/plugins/tpm/tpm'

set -g message-style "bg=#00346e, fg=#ffffd7"        # tomorrow night blue, base3
set -g status-style "bg=#00346e, fg=#ffffd7"   # tomorrow night blue, base3
set -g status-left "#[bg=#0087ff] ❐ #S "       # blue
set -g status-left-length 400
set -g status-right '#[bg=red] %a %h-%d %H:%M'
set -g status-right-length 600

set -wg window-status-format " #I #W "
set -wg window-status-current-format " #I #W "
set -wg window-status-separator ""
set -wg window-status-current-style "bg=red" # red
set -wg window-status-last-style "fg=red"
set -g mouse on

以上是关于ini tmux配置的主要内容,如果未能解决你的问题,请参考以下文章

ini tmux配置

ini Tmux配置

ini tmux配置

ini tmux配置备份

ini TMUX配置文件

ini tmux配置