mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
add python breakpoint macro to vim config
This commit is contained in:
parent
35464367bd
commit
20d0615efb
|
@ -46,3 +46,7 @@ function! AutoHighlightToggle()
|
||||||
return 1
|
return 1
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
" A friggin python breakpoint. Invoke with @b
|
||||||
|
let @b = 'A
breakpoint()€ýajkj0'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user