Skip to content

Commit

Permalink
add a few more mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
putermancer committed Oct 4, 2010
1 parent 0a36d35 commit d532602
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vim/bundle/pyflakes/ftplugin/python/pyflakes.vim
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,12 @@ endif
" for here?
noremap <buffer><silent> dd dd:PyflakesUpdate<CR>
noremap <buffer><silent> dw dw:PyflakesUpdate<CR>
noremap <buffer><silent> D D:PyflakesUpdate<CR>
noremap <buffer><silent> yy yy:PyflakesUpdate<CR>
noremap <buffer><silent> yw yw:PyflakesUpdate<CR>
noremap <buffer><silent> Y Y: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 d532602

Please sign in to comment.