On Sun, 21 Nov 2010 04:58:17 +0900, **** **** <****@************> wrote: > I am trying to figure out how to customize the textobj-entire plugin. > The default mappings are for `ie` and `ae` to select the entire > document. I would like to use `ia` and `aa` instead. Short answer Put the following lines in your vimrc: xmap aa <Plug>(textobj-entire-a) omap aa <Plug>(textobj-entire-a) xmap ia <Plug>(t