Merged in remote changes from github
This commit is contained in:
commit
2505b7abef
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -339,7 +339,7 @@ function! s:snapshot()
|
||||||
endfun
|
endfun
|
||||||
command! Snapshot call <sid>snapshot()
|
command! Snapshot call <sid>snapshot()
|
||||||
|
|
||||||
command! -nargs=? Scrantch | set buftype=nofile | set filetype=<args>
|
command! -nargs=? Scratch new | set buftype=nofile | set filetype=<args>
|
||||||
|
|
||||||
" === GENERAL KEY MAPPINGS ===
|
" === GENERAL KEY MAPPINGS ===
|
||||||
let mapleader = "\\"
|
let mapleader = "\\"
|
||||||
|
|
Loading…
Reference in a new issue