diff --git a/vim/en.utf-8.add b/vim/en.utf-8.add index 4491fec..9d0539a 100644 --- a/vim/en.utf-8.add +++ b/vim/en.utf-8.add @@ -105,3 +105,6 @@ webserver nginx Rijk scwrypts +Kubernetes +NodeGroup +rEFInd diff --git a/vim/en.utf-8.add.spl b/vim/en.utf-8.add.spl index 380534a..b07db0d 100644 Binary files a/vim/en.utf-8.add.spl and b/vim/en.utf-8.add.spl differ diff --git a/vim/formatting.vim b/vim/formatting.vim index 2abdb81..dce752e 100644 --- a/vim/formatting.vim +++ b/vim/formatting.vim @@ -82,7 +82,7 @@ augroup file_specific_command_overrides autocmd FileType go nnoremap ef (go-imports) autocmd FileType go nnoremap gd (go-def-tab) - autocmd FileType python nnoremap ec :call ExecuteCommand('bpython %:p', 'split-pane-vertical') + autocmd FileType python nnoremap ec :call ExecuteCommand('python %:p', 'split-pane-vertical') autocmd FileType python nnoremap ei :call ExecuteCommand('bpython -qi %:p', 'split-pane-vertical') augroup end " }}}