view rc/tmux-2.9.conf @ 687:ae7f2fb75cdf

[vimrc] Disable auto comment
author nanaya <me@nanaya.pro>
date Thu, 13 Oct 2022 16:16:07 +0900
parents 5ebfac7426e5
children 5ca9e6f4039e
line wrap: on
line source

set -g default-terminal "screen-256color"
set -g repeat-time 0
set -g status-bg cyan
set -g status-fg black

set -g status-left '#[bg=white,fg=black] #S #[default] '

set -g status-right '#[bg=white,fg=black] #H #[bg=black,fg=white] %b-%d %H:%M '

set -g pane-active-border "fg=cyan"

set -g set-titles on
set -g set-titles-string '[#S] #I:#W #T'

set -g escape-time 0
set -g history-limit 10000

setw -g window-status-current-style "bg=black fg=white"

bind-key c new-window -c "#{pane_current_path}"
bind-key '"' split-window -c "#{pane_current_path}"
bind-key % split-window -h -c "#{pane_current_path}"