dotfiles

Dotfiles for my OpenBSD environment.
git clone https://git.mtkn.jp/dotfiles
Log | Files | Refs

commit 4f4decd62517806db898d5da9c0fca9fb99d67b6
parent e786f2254438d468a95d8c5e382701da26fbcb55
Author: Matsuda Kenji <contact2655@matsudakenji.xyz>
Date:   Sun, 31 Jul 2022 08:29:10 +0900

changer screen to support 256 colors?

Diffstat:
M.config/tmux/tmux.conf | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf @@ -14,5 +14,6 @@ bind L resize-pane -R 5 bind | split-window -h bind - split-window -v +set-option -g default-terminal 'screen-256color' set -g status-fg white set -g status-bg black