This commit is contained in:
2025-05-30 15:47:03 +02:00
parent ed3b638e64
commit 645e6eb7f4
2 changed files with 65 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[[mgr.prepend_keymap]]
on = "!"
for = "unix"
run = 'shell "$SHELL" --block'
desc = "Open $SHELL here"
[[input.prepend_keymap]]
on = "<Esc>"
run = "close"
desc = "Cancel input"

View File

@@ -0,0 +1,55 @@
[cmp]
icon_file = ""
icon_folder = ""
icon_command = ""
[which]
separator = " "
[notify]
icon_info = ""
icon_warn = ""
icon_error = ""
[mgr]
preview_hovered = { reversed = true }
border_symbol = " "
[status]
sep_left = { open = "", close = "" }
sep_right = { open = "", close = "" }
[icon]
globs = []
dirs = []
files = []
exts = []
conds = []
[tabs]
sep_inner = { open = "", close = "" }
sep_outer = { open = "", close = "" }
[filetype]
rules = [
# Images
{ mime = "image/*", fg = "yellow" },
# Media
{ mime = "{audio,video}/*", fg = "magenta" },
# Archives
{ mime = "application/{zip,rar,7z*,tar,gzip,xz,zstd,bzip*,lzma,compress,archive,cpio,arj,xar,ms-cab*}", fg = "red" },
# Documents
{ mime = "application/{pdf,doc,rtf}", fg = "cyan" },
# Custom
{ name = "*", is = "dummy", bg = "red", bold = true },
{ name = "*/", is = "dummy", bg = "red", bold = true },
{ name = "*", is = "orphan", bg = "red", bold = true },
{ name = "*", is = "exec" , fg = "green", bold = true },
{ name = "*/", fg = "blue", bold = true }
]