bash (no vi mode at line start), hyperland (term key), yazi (zathura)

This commit is contained in:
2024-06-28 22:56:39 +02:00
parent e50284111b
commit da18d28504
4 changed files with 12 additions and 4 deletions

View File

@ -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" }
]