[nvim] bind F9 to :make

This commit is contained in:
Dmytro Meleshko 2019-12-19 18:56:29 +02:00
parent 12c736032d
commit 914f01de14
1 changed files with 3 additions and 0 deletions

View File

@ -170,3 +170,6 @@ endif
autocmd TermOpen * IndentLinesDisable
augroup END
" }}}
nnoremap <silent> <F9> <Cmd>make<CR>