From 27900364f305c58a5069acf30ddfcc619f993109 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sun, 29 Oct 2023 02:46:18 +0700 Subject: [PATCH] chore(kitty): use zellij mapping --- data/kitty/kitty.conf | 4 ++++ data/zsh/bottom-zshrc | 1 + 2 files changed, 5 insertions(+) diff --git a/data/kitty/kitty.conf b/data/kitty/kitty.conf index a4d9080..16f2e07 100644 --- a/data/kitty/kitty.conf +++ b/data/kitty/kitty.conf @@ -27,6 +27,7 @@ remember_window_size no initial_window_width 720 initial_window_height 480 window_padding_width 8 +enabled_layouts splits:split_axis=horizontal # https://sw.kovidgoyal.net/kitty/conf/#tab-bar tab_bar_align center @@ -52,6 +53,9 @@ 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+p next_window map alt+o launch --cwd=oldest --type=tab --location=neighbor map alt+[ previous_tab map alt+] next_tab diff --git a/data/zsh/bottom-zshrc b/data/zsh/bottom-zshrc index 4c787e5..66c1776 100644 --- a/data/zsh/bottom-zshrc +++ b/data/zsh/bottom-zshrc @@ -80,4 +80,5 @@ fi # Depend on your company # https://github.com/ankitpokhrel/jira-cli +# Remember to jira init local not cloud export JIRA_AUTH_TYPE=bearer