kitty
This commit is contained in:
@@ -26,7 +26,7 @@ background_blur 16
|
|||||||
font_family Maple Mono NF CN
|
font_family Maple Mono NF CN
|
||||||
font_size 12
|
font_size 12
|
||||||
|
|
||||||
tab_bat_style powerline
|
tab_bar_style powerline
|
||||||
tab_powerline_style round
|
tab_powerline_style round
|
||||||
tab_title_template {title}{' :{}:'.format(num_windows) if num_windows > 1 else ''}
|
tab_title_template {title}{' :{}:'.format(num_windows) if num_windows > 1 else ''}
|
||||||
|
|
||||||
@@ -46,5 +46,3 @@ map ctrl+kp_subtract change_font_size all -1
|
|||||||
|
|
||||||
map ctrl+0 change_font_size all 0
|
map ctrl+0 change_font_size all 0
|
||||||
map ctrl+kp_0 change_font_size all 0
|
map ctrl+kp_0 change_font_size all 0
|
||||||
|
|
||||||
include open-actions.conf
|
|
||||||
|
|||||||
@@ -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}
|
|
||||||
Reference in New Issue
Block a user