mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-10 22:52:14 -04:00
Add yazi plugins
This commit is contained in:
parent
87fb0d61e5
commit
0e06731987
13 changed files with 520 additions and 2 deletions
|
@ -31,8 +31,7 @@ ueberzug_offset = [ 0, 0, 0, 0 ]
|
|||
[opener]
|
||||
edit = [
|
||||
{ run = '${EDITOR:-vi} "$@"', desc = "$EDITOR", block = true, for = "unix" },
|
||||
{ run = 'code %*', orphan = true, desc = "code", for = "windows" },
|
||||
{ run = 'code -w %*', block = true, desc = "code (block)", for = "windows" },
|
||||
{ run = 'hx %*', block = true, desc = "code (block)", for = "windows" },
|
||||
]
|
||||
open = [
|
||||
{ run = 'xdg-open "$1"', desc = "Open", for = "linux" },
|
||||
|
@ -147,6 +146,16 @@ previewers = [
|
|||
{ name = "*", run = "file" },
|
||||
]
|
||||
|
||||
[[plugin.prepend_fetchers]]
|
||||
id = "git"
|
||||
name = "*"
|
||||
run = "git"
|
||||
|
||||
[[plugin.prepend_fetchers]]
|
||||
id = "git"
|
||||
name = "*/"
|
||||
run = "git"
|
||||
|
||||
[input]
|
||||
cursor_blink = false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue