Keybinding for autopep8

This commit is contained in:
David Tomaschik
2014-09-28 16:22:09 -07:00
parent 114db98bdf
commit 8b59e8c764

1
vim/ftplugin/python.vim Normal file
View File

@@ -0,0 +1 @@
nnoremap <F8> :%!autopep8 -<CR>