chore(kitty): use zellij mapping
parent
c9d35b859d
commit
27900364f3
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue