Skip to content

Instantly share code, notes, and snippets.

@rbtnn
Created July 17, 2014 10:39
Show Gist options
  • Save rbtnn/05db56132c57a011bd64 to your computer and use it in GitHub Desktop.
Save rbtnn/05db56132c57a011bd64 to your computer and use it in GitHub Desktop.
function! s:CloseCLW()
if bufname('%') is '[Command Line]'
quit
endif
enew
endfunction
command! CloseCLW :call <sid>CloseCLW()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment