config.toml (323B)
1 [start] 2 visual-home = "about:chawan" 3 4 [buffer] 5 images = true 6 history = true 7 8 [external] 9 editor = "nvim" 10 copy-cmd = "wl-copy" 11 paste-cmd = "wl-copy" 12 13 [display] 14 default-background-color = "#000000" 15 default-foreground-color = "#ffffff" 16 17 [page] 18 'M-s' = '() => { config.buffer.styling = !config.buffer.styling; pager.reload() }'