add plugin vimux, add f10 shortcut
edit alias drma as docker container prune
This commit is contained in:
parent
08f9a4afa8
commit
665e3f782f
@ -85,7 +85,8 @@ alias vd='deactivate'
|
|||||||
|
|
||||||
|
|
||||||
# docker
|
# docker
|
||||||
alias drma='docker rm $(docker ps -a -q -f status=exited)'
|
#alias drma='docker rm $(docker ps -a -q -f status=exited)'
|
||||||
|
alias drma='docker container prune'
|
||||||
|
|
||||||
# python
|
# python
|
||||||
alias pipir='python3 -m pip install -r requirements.txt'
|
alias pipir='python3 -m pip install -r requirements.txt'
|
||||||
|
|||||||
@ -92,6 +92,7 @@ call vundle#begin()
|
|||||||
Plugin 'ap/vim-css-color'
|
Plugin 'ap/vim-css-color'
|
||||||
Plugin 'terryma/vim-multiple-cursors'
|
Plugin 'terryma/vim-multiple-cursors'
|
||||||
Plugin 'preservim/tagbar'
|
Plugin 'preservim/tagbar'
|
||||||
|
Plugin 'preservim/vimux'
|
||||||
|
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
|
|
||||||
@ -100,6 +101,8 @@ filetype plugin indent on
|
|||||||
" Python
|
" Python
|
||||||
let python_highlight_all = 1
|
let python_highlight_all = 1
|
||||||
set t_Co=256
|
set t_Co=256
|
||||||
|
nnoremap <silent> <special> <F10> :!python3 % <CR>
|
||||||
|
|
||||||
|
|
||||||
autocmd BufRead *.py set smartindent cinwords=if,elif,else,for,while,try,except,finally,def,class,match,case
|
autocmd BufRead *.py set smartindent cinwords=if,elif,else,for,while,try,except,finally,def,class,match,case
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user