From e9bad26700a8778d9322d05ae009d3e7f47e1f9a Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Mon, 8 Apr 2024 00:34:27 +0700 Subject: [PATCH] config(kitty): correct current working dir --- 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 667c3b9..843ce8d 100644 --- a/data/kitty/kitty.conf +++ b/data/kitty/kitty.conf @@ -77,8 +77,8 @@ map kitty_mod+e open_url_with_hints map super+e open_url_with_hints # Sync with Zellij -map alt+n launch --cwd=oldest --location=vsplit -map alt+m launch --cwd=oldest --location=hsplit +map alt+n launch --cwd=current --location=vsplit +map alt+m launch --cwd=current --location=hsplit map alt+p next_window map alt+[ previous_tab map alt+] next_tab