replace tab with buffer in NV

This commit is contained in:
Julien Rabier 2020-07-16 11:53:48 +02:00
parent 017bd84327
commit 0034f77cce

View File

@ -169,6 +169,7 @@ call minpac#add('tpope/vim-dispatch')
let g:racer_experimental_completer = 1
let g:nv_search_paths = ['~/notes']
let g:nv_default_extension = '.md'
let g:nv_create_note_window = 'badd'
map <F5> <esc>:!pdflatex %<CR>
map <F6> <esc>:!pinpoint %<CR>
map <F9> <esc>:!hugo server -Dw<CR>