diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2024-12-23 14:45:28 +0100 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2024-12-23 14:45:28 +0100 |
| commit | 88f090f2575b69b75cdcbed6e653291b2d8fc29b (patch) | |
| tree | f1ddf614d5be0c4c973d31be33d4c14a1a6434d4 /.config/tmux/tmux.conf | |
| parent | 7da6e55a85ffe98d92b6c4c1a45eaf88f387ed55 (diff) | |
changed some things around
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 af55944..ca39f72 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -37,8 +37,8 @@ set -g prefix C-Space unbind C-b bind C-Space send-prefix -bind C-s split-window -v -c "#{pane_current_path}" -bind C-v split-window -h -c "#{pane_current_path}" +bind C-s split-window -h -c "#{pane_current_path}" +bind C-v split-window -v -c "#{pane_current_path}" bind C-w killp bind C-q killw bind C-p previous-window |
