fisadev / vim-isort

Vim plugin to sort python imports using https://github.com/timothycrosley/isort
MIT License
219 stars 32 forks source link

How to bind on the keypress? #19

Open dmitry-saritasa opened 7 years ago

dmitry-saritasa commented 7 years ago

autocmd FileType python noremap :call isort_file()

this doesn't work

dmitry-saritasa commented 7 years ago

autocmd FileType python noremap :Isort

dmitry-saritasa commented 7 years ago
autocmd FileType python noremap <buffer> <c-i> :Isort<cr>