if exists('g:loaded_grappele') finish endif let g:loaded_grappele = 1 nnoremap Grappele :call grappele#Grappele(v:count) nnoremap GrappeleRecall :call grappele#Recall() if !hasmapto('Grappele') || !maparg('G', 'n') nnoremap G :call grappele#Grappele(v:count) endif if !hasmapto('GrappeleRecall') || !maparg('gG', 'n') nmap gG GrappeleRecall endif