local cmd = vim.cmd -- Remap exit terminal mode to esc cmd('au TermOpen * tnoremap ') -- Fix YAML indentation cmd('au FileType yaml setlocal ts=2 sts=2 sw=2 expandtab')