diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-03-07 22:40:28 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-03-07 22:40:28 +0100 |
commit | 553530387aaf6a442a33eba3f7b43b8911fc4bb8 (patch) | |
tree | fd00a8322eea975b1633af9faf778432d5292673 /.config/tmux | |
parent | 7eae457654052897a8d5ca55e5a8217d4ab9f78c (diff) |
Add new arch configs, messed up color theme
Diffstat (limited to '.config/tmux')
-rw-r--r-- | .config/tmux/.tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/tmux/.tmux.conf b/.config/tmux/.tmux.conf index 79010f3..b9ee7b5 100644 --- a/.config/tmux/.tmux.conf +++ b/.config/tmux/.tmux.conf @@ -89,8 +89,8 @@ setw -g mouse on #setw -g alternate-screen on # split panes using | and - -bind | split-window -h -bind - split-window -v +bind v split-window -h +bind h split-window -v unbind '"' unbind % |