Skip to content

Instantly share code, notes, and snippets.

@supermomonga
Created July 1, 2013 09:02
Show Gist options
  • Save supermomonga/5899419 to your computer and use it in GitHub Desktop.
Save supermomonga/5899419 to your computer and use it in GitHub Desktop.
function! g:my_postexec(command, cmdline)
call feedkeys("\<ESC>")
endfunction
autocmd FileType vimshell call vimshell#hook#add('postexec', 'my_postexec', 'g:my_postexec')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment