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

vim: fix python breakpoint macro

This commit is contained in:
bretello 2021-11-16 14:36:26 +01:00
parent 1a3856d78d
commit f8c767bf98

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>