ini .tmux.conf

Posted

tags:

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

# Vim-like key bindings for pane navigation (default uses cursor keys).
unbind h
bind h select-pane -L
unbind j
bind j select-pane -D
unbind k
bind k select-pane -U
unbind l # normally used for last-window
bind l select-pane -R

# Status bar.
set -g status-bg '#343d46'
set -g status-fg white
set -g status-left-length 40
set -g status-left '#[fg=yellow]#S ⧉ '
set -g status-right "#[fg=yellow]$USER@#h #[fg=magenta]%l:%M %p"
set -g status-interval 60 # Default is 15.

# Automatically renumber window numbers on closing a pane (tmux >= 1.7).
set -g renumber-windows on

# Highlight active window.
set -w -g window-status-current-bg red

# Mouse can be used to select panes, select windows (by clicking on the status
# bar), resize panes. For default bindings see `tmux list-keys` and `tmux
# list-keys -t vi-copy`.
set -g mouse on

# Dynamically update iTerm tab and window titles.
set -g set-titles on

# Show bells in window titles.
set -g window-status-bell-style fg=yellow,bold,underscore

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

ini .tmux.conf

ini 我的tmux conf

ini .tmux.conf

ini .tmux.conf

ini tmux conf

ini .tmux.conf