From f2c9ff46066f0d88e951c1b1786fccf645fa22fb Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sun, 29 Oct 2023 02:51:50 +0700 Subject: [PATCH] chore(kitty): open split with current window --- data/kitty/kitty.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/kitty/kitty.conf b/data/kitty/kitty.conf index 16f2e07..ee657fc 100644 --- a/data/kitty/kitty.conf +++ b/data/kitty/kitty.conf @@ -53,8 +53,8 @@ map kitty_mod+e open_url_with_hints map super+e open_url_with_hints # Sync with Zellij -map alt+n launch --location=vsplit -map alt+m launch --location=hsplit +map alt+n launch --cwd=oldest --location=vsplit +map alt+m launch --cwd=oldest --location=hsplit map alt+p next_window map alt+o launch --cwd=oldest --type=tab --location=neighbor map alt+[ previous_tab