From 7fff8f8b4bdb357d6a5b6296f6d4d535a1d90b5d Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Thu, 3 Dec 2020 13:46:42 +0100 Subject: [PATCH] Add shortcuts for python --- vim/ftplugin/python.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim/ftplugin/python.vim b/vim/ftplugin/python.vim index b6c1aee..f32b0e7 100644 --- a/vim/ftplugin/python.vim +++ b/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 = '' +" Make a f-string from normal string nmap F"ifA +" remap pydocstring +nmap (pydocstring)