mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] bind F9 to :make
This commit is contained in:
parent
12c736032d
commit
914f01de14
1 changed files with 3 additions and 0 deletions
|
@ -170,3 +170,6 @@ endif
|
|||
autocmd TermOpen * IndentLinesDisable
|
||||
augroup END
|
||||
" }}}
|
||||
|
||||
|
||||
nnoremap <silent> <F9> <Cmd>make<CR>
|
||||
|
|
Loading…
Reference in a new issue