ini .tmux.conf

Posted

tags:

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

# README

for fish shell & Mac OS

`brew install reattach-to-user-namespace`
set-option -g default-shell /usr/local/bin/fish
set-option -g default-terminal screen-256color
set -g terminal-overrides 'xterm:colors=256'

set -g prefix C-a
bind | split-window -h
bind - split-window -v
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R

bind -r H resize-pane -L 5
bind -r J resize-pane -D 5
bind -r K resize-pane -U 5
bind -r L resize-pane -R 5

set-option -g mouse off

set-option -g status-bg "colour238"
set-option -g status-fg "colour255"

set-option -g status-justify "centre"
set-window-option -g window-status-format " #I: #W "
set-window-option -g window-status-current-format "#[fg=colour255,bg=colour27,bold] #I: #W #[default]"

set-option -g status-left-length 20
set-option -g status-left '[#P]:#S'
set-option -g status-left "#[fg=colour255,bg=colour241]Session: #S #[default]"

set-option -g status-right '[%Y-%m-%d(%a) %H:%M]'

set-option -g default-command "reattach-to-user-namespace -l /usr/local/bin/fish"

setw -g mode-keys vi

bind-key -T copy-mode-vi v send-keys -X begin-selection
bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "reattach-to-user-namespace pbcopy"

unbind -T copy-mode-vi Enter
bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel "reattach-to-user-namespace pbcopy"

bind ] run "reattach-to-user-namespace pbpaste | tmux load-buffer - && tmux paste-buffer"

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

ini .tmux.conf

ini 我的tmux conf

ini .tmux.conf

ini .tmux.conf

ini tmux conf

ini .tmux.conf