From 88f090f2575b69b75cdcbed6e653291b2d8fc29b Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Mon, 23 Dec 2024 14:45:28 +0100 Subject: changed some things around --- .config/tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/tmux/tmux.conf') 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 -- cgit v1.2.3