dictionary update; fixed a bug with python scripts "execution"
This commit is contained in:
parent
2a090dca6a
commit
faa2b98e90
@ -105,3 +105,6 @@ webserver
|
|||||||
nginx
|
nginx
|
||||||
Rijk
|
Rijk
|
||||||
scwrypts
|
scwrypts
|
||||||
|
Kubernetes
|
||||||
|
NodeGroup
|
||||||
|
rEFInd
|
||||||
|
Binary file not shown.
@ -82,7 +82,7 @@ augroup file_specific_command_overrides
|
|||||||
autocmd FileType go nnoremap <silent> <Leader>ef <Plug>(go-imports)
|
autocmd FileType go nnoremap <silent> <Leader>ef <Plug>(go-imports)
|
||||||
autocmd FileType go nnoremap <silent> gd <Plug>(go-def-tab)
|
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>
|
autocmd FileType python nnoremap <Leader>ei :call ExecuteCommand('bpython -qi %:p', 'split-pane-vertical')<CR>
|
||||||
augroup end
|
augroup end
|
||||||
" }}}
|
" }}}
|
||||||
|
Loading…
Reference in New Issue
Block a user