Add Scratch

Also, vimwiki updates
This commit is contained in:
2015-02-04 18:03:08 -06:00
parent 47b459258a
commit 85ff90df94
7 changed files with 166 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>
" }}