aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/grappele.vim
blob: 11666e24b275c914298c03e6ff172a532e1ea1a2 (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 G <Plug>Grappele :<c-u>call grappele#Grappele()

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