diff options
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -268,7 +268,9 @@ function! Settings_c() setlocal tabstop=4 setlocal softtabstop=4 "mappings + "note: these mappings are in weird reverse order to avoid opening folds nnoremap <buffer> -- O<Space>*/<Esc>hhi/*<Space> + inoremap {<CR> }<Esc>i{<CR><Esc>O endfunction function! Settings_coffee() |