kitty: man
This commit is contained in:
parent
ee2d2fb015
commit
7a68bbae2a
1 changed files with 7 additions and 0 deletions
|
@ -4,7 +4,14 @@ protocol file
|
|||
fragment_matches [0-9]+
|
||||
action launch --type=overlay nvim +${FRAGMENT} ${FILE_PATH}
|
||||
|
||||
protocol man
|
||||
action launch --type=overlay nvim man://${URL_PATH}
|
||||
|
||||
# Open text files without fragments in the editor
|
||||
protocol file
|
||||
mime text/*
|
||||
action launch --type=overlay nvim ${FILE_PATH}
|
||||
|
||||
protocol file
|
||||
mime text/html
|
||||
action launch --type=overlay w3m ${FILE_PATH}
|
||||
|
|
Loading…
Add table
Reference in a new issue