Skip to content

Commit

Permalink
map key for adding breakpoint in python
Browse files Browse the repository at this point in the history
  • Loading branch information
cpdean committed Nov 27, 2013
1 parent 779abbf commit 127f06a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vimrc
Expand Up @@ -91,6 +91,7 @@ noremap <leader>r :syntax sync fromstart<cr>:redraw!<cr>
nmap <F6> :w<CR>:!python %<CR>
nmap <leader>f :vim <C-R><C-W> **/*.py
nmap <leader>s :Ag
nmap <leader>b Oimport pytest; pytest.set_trace()<ESC>
"noremap j <NOP>
"noremap k <NOP>
Expand Down

0 comments on commit 127f06a

Please sign in to comment.