Skip to content

Commit b165154

Browse files
committed
Merge pull request #136 from EPNGH/patch-1
Change mappings o and O to behave as documented
2 parents d5e83b2 + c4af32e commit b165154

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: plugin/ack.vim

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ let s:ack_mappings = {
3030
\ "t": "<C-W><CR><C-W>T",
3131
\ "T": "<C-W><CR><C-W>TgT<C-W>j",
3232
\ "o": "<CR>",
33-
\ "O": "<CR><C-W><C-W>:ccl<CR>",
34-
\ "go": "<CR><C-W>j",
33+
\ "O": "<CR><C-W>p<C-W>c",
34+
\ "go": "<CR><C-W>p",
3535
\ "h": "<C-W><CR><C-W>K",
3636
\ "H": "<C-W><CR><C-W>K<C-W>b",
3737
\ "v": "<C-W><CR><C-W>H<C-W>b<C-W>J<C-W>t",

0 commit comments

Comments
 (0)