{ ... }: { keymaps = [ { # Focus file tree key = "v"; action = "CHADopen --always-focus"; } { # Toggle file tree key = "e"; action = "CHADopen"; } { # format current document mode = "n"; key = "bf"; action = "lua require('conform').format()"; options = { silent = true; desc = "Format Buffer"; }; } ]; }