diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-06-24 02:22:27 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-06-24 02:22:27 +0200 |
| commit | 23f3dcc4cc986507ba20a30d9312be9a3fc9d188 (patch) | |
| tree | d9e63b0d333f751f7be96238aa0eb2fd6fbd0c12 /.config/tmux/tmux.conf | |
| parent | 1796493a7a9a54ea8e304e75ad4ded8df0d869e3 (diff) | |
regular update
Diffstat (limited to '.config/tmux/tmux.conf')
| -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 caf8066..55f477c 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -34,8 +34,8 @@ set -g prefix C-Space unbind C-b bind C-Space send-prefix -bind C-v split-window -v -c "#{pane_current_path}" -bind C-s split-window -h -c "#{pane_current_path}" +bind C-s split-window -v -c "#{pane_current_path}" +bind C-v split-window -h -c "#{pane_current_path}" bind C-w killp bind C-q killw bind C-p previous-window |
