Add Scratch

Also, vimwiki updates
This commit is contained in:
2015-02-04 18:03:08 -06:00
parent 73a2728ddf
commit a6f5677f3a
3 changed files with 116 additions and 6 deletions

View File

@@ -47,3 +47,8 @@ let g:ctrlp_custom_ignore = {
nmap <leader>jt <Esc>:%!python -m json.tool<CR><Esc>:set filetype=json<CR>
let g:vim_json_syntax_conceal = 0
" }}
" Scratch File {{
nmap <leader>sc :Scratch<CR>
nmap <leader>cc :Sscratch<CR>
" }}