aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/grappele.vim
blob: a4fd3fa9d46d0d72a570ec39e1e4546cb238d67e (plain)
1
2
3
4
5
6
7
8
9
10
11
if exists('g:loaded_grappele')
	finish
endif
let g:loaded_grappele = 1


nnoremap <silent> <Plug>Grappele :<c-u>call grappele#Grappele(v:count)<cr>

if !hasmapto('<Plug>Grappele') || !maparg('G', 'n')
	nmap G <Plug>Grappele
endif