7 lines
157 B
TOML
7 lines
157 B
TOML
[mgr]
|
|
linemode = "size"
|
|
mouse_events = ["click", "scroll", "touch", "move", "drag"]
|
|
[opener]
|
|
edit = [
|
|
{ run = "neovide %s", block = true, for = "unix" },
|
|
]
|