bash (no vi mode at line start), hyperland (term key), yazi (zathura)
This commit is contained in:
@ -2,6 +2,9 @@
|
||||
imv = [
|
||||
{ run = 'imv "$@"', orphan = true },
|
||||
]
|
||||
zathura = [
|
||||
{ run = 'zathura "$@"', orphan = true },
|
||||
]
|
||||
nvim_cd = [
|
||||
{ run = 'nvim -c "cd $@"', block = true }
|
||||
]
|
||||
@ -9,5 +12,6 @@ nvim_cd = [
|
||||
[open]
|
||||
prepend_rules = [
|
||||
{ mime = "image/*", use = "imv" },
|
||||
{ mime = "application/pdf", use = "zathura" },
|
||||
{ mime = "inode/directory", use = "nvim_cd" }
|
||||
]
|
||||
|
Reference in New Issue
Block a user