ini tmux.conf少ない行数でとりあえずそこそこ使い易い设定。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ini tmux.conf少ない行数でとりあえずそこそこ使い易い设定。相关的知识,希望对你有一定的参考价值。

#prefix
set-option -g prefix C-t

#key
bind r source-file ~/.tmux.conf; display-message "tmux conf reloaded."
bind s split-window -v
bind v split-window -h
bind j select-pane -D
bind k select-pane -U
bind h select-pane -L
bind l select-pane -R
bind -r < resize-pane -L 1
bind -r > resize-pane -R 1
bind -r - resize-pane -D 1
bind -r + resize-pane -U 1
bind : command-prompt
bind C-i select-pane -t :.+
bind Escape copy-mode
setw -g mode-keys vi

#option
set -g display-time 6000
set -g status-interval 30
set -g history-limit 5000
#set -g mouse-select-pane on

#status line
set -g status-right "#(w | head -1 | cut -d, -f4) | %Y/%m/%d (%a) %p %I:%M"
setw -g window-status-format "#I:#W"
setw -g window-status-current-format "#I:#W*"
set -g status-bg black
set -g status-fg white
set -g status-left-fg white
set -g status-left-bg magenta
set -g status-right-fg white
set -g status-right-bg green
set-window-option -g window-status-current-attr bright,reverse
set-window-option -g window-status-current-bg cyan
set-window-option -g window-status-current-fg black
set-window-option -g xterm-keys on
set-option -g default-terminal "screen-256color"

scss とりあえずFounadtionで触るセッティング

$row-width: rem-calc(1200);
$body-font-color: #444;
$primary-color: #800070;
$body-font-family: "Open Sans",Verdana,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
$header-font-color: #444;

以上是关于ini tmux.conf少ない行数でとりあえずそこそこ使い易い设定。的主要内容,如果未能解决你的问题,请参考以下文章

scss とりあえずFounadtionで触るセッティング

scss とりあえずFounadtionで触るセッティング

sh とりあえず外部への通信を定期的に确认する

python とりあえずざっくりと。登录した内容の保存はまた明日。

apache_conf htaccessを使ってとりあえず简単に基本认证する为のコマンド

python WARPの検索APIを利用するコードの骨组み.Jupyterに埋め込むととりあえずJSONを取得できます。