Skip to content

Commit

Permalink
a few more mappings, make it a bit more responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
putermancer committed Oct 4, 2010
1 parent c8d3fb1 commit af7c7f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vim/bundle/pyflakes/plugin/pyflakes.vim
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ endif
" for here?
noremap <buffer><silent> dd dd:PyflakesUpdate<CR>
noremap <buffer><silent> dw dw:PyflakesUpdate<CR>
noremap <buffer><silent> yy yy:PyflakesUpdate<CR>
noremap <buffer><silent> yw yw:PyflakesUpdate<CR>
noremap <buffer><silent> p p:PyflakesUpdate<CR>
noremap <buffer><silent> P P:PyflakesUpdate<CR>
noremap <buffer><silent> u u:PyflakesUpdate<CR>
noremap <buffer><silent> <C-R> <C-R>:PyflakesUpdate<CR>
Expand Down

0 comments on commit af7c7f4

Please sign in to comment.