vim: fix python breakpoint macro

pull/6/head
bretello 2021-11-16 14:36:26 +01:00
parent 1a3856d78d
commit f8c767bf98
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ map <leader>yn <Plug>yankstack_substitute_newer_paste
" Insert a python breakpoint
let @b = 'ibreakpoint() €ýa'
let @b = 'obreakpoint(€kr€ýa0j'
" visual mode mappings
vnoremap <silent> <leader>k :call VisualSelection('LAck', '')<CR>