diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 5b724c4..371919d 100755 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -26,7 +26,7 @@ background_blur 16 font_family Maple Mono NF CN font_size 12 -tab_bat_style powerline +tab_bar_style powerline tab_powerline_style round tab_title_template {title}{' :{}:'.format(num_windows) if num_windows > 1 else ''} @@ -45,6 +45,4 @@ map ctrl+minus change_font_size all -1 map ctrl+kp_subtract change_font_size all -1 map ctrl+0 change_font_size all 0 -map ctrl+kp_0 change_font_size all 0 - -include open-actions.conf +map ctrl+kp_0 change_font_size all 0 \ No newline at end of file diff --git a/kitty/open-actions.conf b/kitty/open-actions.conf deleted file mode 100644 index 231ca5b..0000000 --- a/kitty/open-actions.conf +++ /dev/null @@ -1,18 +0,0 @@ -protocal file -ext log -action launch --title ${FILE} --type=os-window tail -f ${FILE_PATH} - -protocal file -fragment_matches [0-9]+ -action launch --type=overlay nvim +$FRAGMENT $FILE_PATH - -protocal file -mime text/* -action launch --type=overlay nvim $FILE_PATH - -protocal file -mime image/* -action launch --type=overlay kitty +kitten icat --hold $FILE_PATH - -protocal filelist -action send_text all ${FRAGMENT}