Minor settings
This commit is contained in:
parent
daaf57d1b8
commit
d68719ccf5
2 changed files with 4 additions and 0 deletions
|
@ -14,3 +14,5 @@ function! s:show_documentation()
|
|||
endfunction
|
||||
|
||||
au BufWritePost *.scala Neomake!
|
||||
|
||||
set tw=120
|
||||
|
|
2
init.vim
2
init.vim
|
@ -123,6 +123,8 @@ autocmd BufNewFile *.{h,hpp} call <SID>insert_gates()
|
|||
nnoremap <space> za
|
||||
vnoremap <silent> . :normal .<CR>
|
||||
|
||||
tnoremap <C-q> <C-\><C-n>
|
||||
|
||||
"nnoremap q: :q
|
||||
"nnoremap <leader>: q:
|
||||
nnoremap <silent> q :<C-u>call <SID>SmartQ()<CR>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue