Minor settings

This commit is contained in:
Alexander Gehrke 2021-05-20 17:58:56 +02:00
parent daaf57d1b8
commit d68719ccf5
2 changed files with 4 additions and 0 deletions

View file

@ -14,3 +14,5 @@ function! s:show_documentation()
endfunction endfunction
au BufWritePost *.scala Neomake! au BufWritePost *.scala Neomake!
set tw=120

View file

@ -123,6 +123,8 @@ autocmd BufNewFile *.{h,hpp} call <SID>insert_gates()
nnoremap <space> za nnoremap <space> za
vnoremap <silent> . :normal .<CR> vnoremap <silent> . :normal .<CR>
tnoremap <C-q> <C-\><C-n>
"nnoremap q: :q "nnoremap q: :q
"nnoremap <leader>: q: "nnoremap <leader>: q:
nnoremap <silent> q :<C-u>call <SID>SmartQ()<CR> nnoremap <silent> q :<C-u>call <SID>SmartQ()<CR>