1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-21 19:11:30 +01:00

add python breakpoint macro to vim config

This commit is contained in:
bretello 2020-02-14 16:37:51 +01:00
parent 35464367bd
commit 20d0615efb

View File

@ -46,3 +46,7 @@ function! AutoHighlightToggle()
return 1
endif
endfunction
" A friggin python breakpoint. Invoke with @b
let @b = 'A breakpoint()ýajkj0'