From c4af32ee9d83b4a003069a78c3136ac82031dd4e Mon Sep 17 00:00:00 2001 From: EPNGH Date: Mon, 9 Jun 2014 11:02:00 +0200 Subject: [PATCH] Change mappings o and O to behave as documented Perhaps the mappings H and gv need to be changed too, but what does silently mean (see help)? --- plugin/ack.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/ack.vim b/plugin/ack.vim index de9cc16a..6d6c55bc 100644 --- a/plugin/ack.vim +++ b/plugin/ack.vim @@ -30,8 +30,8 @@ let s:ack_mappings = { \ "t": "T", \ "T": "TgTj", \ "o": "", - \ "O": ":ccl", - \ "go": "j", + \ "O": "pc", + \ "go": "p", \ "h": "K", \ "H": "Kb", \ "v": "HbJt",