1importtype{Command}from'../../commands.js' 2 3constcommand={ 4name:'vim', 5description:'Toggle between Vim and Normal editing modes', 6supportsNonInteractive: false, 7type:'local', 8load:()=>import('./vim.js'), 9}satisfiesCommand1011exportdefaultcommand