Add this to your ~/.vimrc:
nmap <F8> :python RunUnitTestsUnderCursor()<CR> nmap <C-F8> :silent! python RunInteractivePythonUnderCursor()<CR> nmap <S-F8> :QFix<CR>
Filename | Size | Date modified | Message |
---|---|---|---|
plugin | |||
35.1 KB
|
… | ||
183 B
|
… |
Add this to your ~/.vimrc:
nmap <F8> :python RunUnitTestsUnderCursor()<CR> nmap <C-F8> :silent! python RunInteractivePythonUnderCursor()<CR> nmap <S-F8> :QFix<CR>