dictionary update; fixed a bug with python scripts "execution"

This commit is contained in:
2022-09-29 08:06:30 -06:00
parent 2a090dca6a
commit faa2b98e90
3 changed files with 4 additions and 1 deletions
+3
View File
@@ -105,3 +105,6 @@ webserver
nginx
Rijk
scwrypts
Kubernetes
NodeGroup
rEFInd
Binary file not shown.
+1 -1
View File
@@ -82,7 +82,7 @@ augroup file_specific_command_overrides
autocmd FileType go nnoremap <silent> <Leader>ef <Plug>(go-imports)
autocmd FileType go nnoremap <silent> gd <Plug>(go-def-tab)
autocmd FileType python nnoremap <Leader>ec :call ExecuteCommand('bpython %:p', 'split-pane-vertical')<CR>
autocmd FileType python nnoremap <Leader>ec :call ExecuteCommand('python %:p', 'split-pane-vertical')<CR>
autocmd FileType python nnoremap <Leader>ei :call ExecuteCommand('bpython -qi %:p', 'split-pane-vertical')<CR>
augroup end
" }}}