6 lines
170 B
VimL
6 lines
170 B
VimL
|
|
""" Handy remaps
|
||
|
|
noremap <leader>b Oimport ipdb;ipdb.set_trace()<Esc>
|
||
|
|
|
||
|
|
" Don't use tabs in python files
|
||
|
|
autocmd FileType python setlocal expandtab tabstop=4 shiftwidth=4
|