Skip to content

Commit

Permalink
Added vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
gogoprog committed Sep 13, 2017
1 parent 049891e commit cd0f7bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
let $PROJECT_ROOT = getcwd()
map <F6> :!gengine-run -d $PROJECT_ROOT/test<CR>
map <F7> :Make -C $PROJECT_ROOT/build config=debug64<CR>

0 comments on commit cd0f7bb

Please sign in to comment.