Skip to content

Commit

Permalink
Add keybinding for running of code
Browse files Browse the repository at this point in the history
  • Loading branch information
rmk135 committed Oct 16, 2016
1 parent 227d5ac commit 84193d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ let g:pymode_folding=0
let g:pymode_indent=1

" code running
let g:pymode_run=0
let g:pymode_run=1
let g:pymode_run_bind='<F5>'

" jedi-vim
let g:jedi#popup_select_first=0 " Disable choose first option on autocomplete
Expand Down

0 comments on commit 84193d2

Please sign in to comment.