Skip to content

Instantly share code, notes, and snippets.

@matonix
Created April 12, 2018 03:12
Show Gist options
  • Save matonix/d822690627d31e5437a7d840f970674b to your computer and use it in GitHub Desktop.
Save matonix/d822690627d31e5437a7d840f970674b to your computer and use it in GitHub Desktop.
.byobu settings
# ペインボーダーの色を設定する
set -g pane-border-fg black
set -g pane-border-bg default
# アクティブなペインを目立たせる
set -g pane-active-border-fg blue
set -g pane-active-border-bg default
# マウス操作をアクティブにする
set -g mouse on
set -g mouse-utf8 on
set -g mouse-select-pane on
set -g mouse-select-window on
set -g mouse-resize-pane on
# ウィンドウ名をカレントディレクトリにする
set -g window-status-format '#I:#(pwd="#{pane_current_path}"; echo ${pwd####*/})#F'
set -g window-status-current-format '#I:#(pwd="#{pane_current_path}"; echo ${pwd####*/})#F'
set-option -g status-interval 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment