Skip to content

Instantly share code, notes, and snippets.

@TaurusOlson
Created June 8, 2013 16:23
Show Gist options
  • Save TaurusOlson/5735719 to your computer and use it in GitHub Desktop.
Save TaurusOlson/5735719 to your computer and use it in GitHub Desktop.
Mappings for toggling the scratch buffer.
nnoremap <C-S> :Sscratch<CR>
augroup scratch
autocmd!
autocmd BufEnter __Scratch__ nnoremap <C-S> :q<CR>
autocmd BufLeave __Scratch__ nnoremap <C-S> :Sscratch<CR>
augroup END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment