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:
parent
35464367bd
commit
20d0615efb
|
@ -46,3 +46,7 @@ function! AutoHighlightToggle()
|
|||
return 1
|
||||
endif
|
||||
endfunction
|
||||
|
||||
" A friggin python breakpoint. Invoke with @b
|
||||
let @b = 'A
breakpoint()€ýajkj0'
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user