This commit is contained in:
ManjaroOne666 2019-04-02 23:21:45 +01:00
parent 1d3bf2c926
commit e83cf029b5
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ set foldnestmax=1
set colorcolumn=88
noremap <F4> <Esc>:w<CR>:!clear;python %<CR>
noremap <F4> :w<CR>:silent !clear;python %<CR> :redraw!<CR>
nnoremap <silent> <buffer> <F5> :call SaveAndExecute('python')<CR>
command! CTagsPython !ctags -R --fields=+l --languages=python --python-kinds=-iv -f ./.tags-py $(python -c "import os, sys; print(' '.join('{}'.format(d) for d in sys.path if os.path.isdir(d)))")