dotfiles

Dotfiles for my OpenBSD environment.
Log | Files | Refs

commit e2698b860950bbeb8162ce734cf31c9ac84d39be
parent 37ca311a050f557d4a9ad168ce88e36bf4a132a4
Author: Matsuda Kenji <ftvda283@gmail.com>
Date:   Sat, 10 Oct 2020 10:45:05 +0900

added tmux directory

Diffstat:
A.config/tmux/tmux.conf | 18++++++++++++++++++
1 file changed, 18 insertions(+), 0 deletions(-)

diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf @@ -0,0 +1,18 @@ +set -g prefix C-q +unbind C-b + +bind h select-pane -L +bind j select-pane -D +bind k select-pane -U +bind l select-pane -R + +bind H resize-pane -L +bind J resize-pane -D +bind K resize-pane -U +bind L resize-pane -R + +bind | split-window -h +bind - split-window -v + +set -g status-fg white +set -g status-bg black