Browse Source

Add shortcuts for python

master
Schneider 3 years ago
parent
commit
7fff8f8b4b
Signed by: schneider GPG Key ID: 3F50B02A50039F3B
  1. 3
      vim/ftplugin/python.vim

3
vim/ftplugin/python.vim

@ -10,4 +10,7 @@ let g:ale_fixers['python'] = ['black']
let g:ale_fix_on_save = 1
let g:pymode_run_bind = '<F5>'
" Make a f-string from normal string
nmap <F8> F"if<ESC>A
" remap pydocstring
nmap <silent> <leader><C-i> <Plug>(pydocstring)
Loading…
Cancel
Save