Vim keybind for building cmake projects

This commit is contained in:
Shaun Reed 2019-09-21 17:16:32 -04:00
parent 26e6f5bda1
commit 4d8c88d984
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ set backspace=indent,eol,start
" default Ctrl-W conflict - closes browser tabs
nnoremap <C-e> <C-w>
nnoremap <C-b> :!make -C build/
" Vim Plugin Settings
" set rtp+=/path/to/rtp/that/included/pathogen/vim " if needed