{
example = {
userCommands = {
"W" = {
command = ":w<CR>";
desc = "Write file";
};
"Z" = {
command = ":echo fooo<CR>";
}