dotfiles

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

commit ef47c065683e39b0d8ed01371a824332f9625e7b
parent 60cfee838989ca69a71a24f30000e65d06b105e0
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Wed, 21 Dec 2022 12:12:21 +0900

add vi mode

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 @@ -1,5 +1,6 @@ set -g prefix C-q unbind C-b +setw -g mode-keys vi bind h select-pane -L bind j select-pane -D