Skip to content

Commit

Permalink
Merge pull request #136 from EPNGH/patch-1
Browse files Browse the repository at this point in the history
Change mappings o and O to behave as documented
  • Loading branch information
kassio committed Jun 10, 2014
2 parents d5e83b2 + c4af32e commit b165154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/ack.vim
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ let s:ack_mappings = {
\ "t": "<C-W><CR><C-W>T",
\ "T": "<C-W><CR><C-W>TgT<C-W>j",
\ "o": "<CR>",
\ "O": "<CR><C-W><C-W>:ccl<CR>",
\ "go": "<CR><C-W>j",
\ "O": "<CR><C-W>p<C-W>c",
\ "go": "<CR><C-W>p",
\ "h": "<C-W><CR><C-W>K",
\ "H": "<C-W><CR><C-W>K<C-W>b",
\ "v": "<C-W><CR><C-W>H<C-W>b<C-W>J<C-W>t",
Expand Down

0 comments on commit b165154

Please sign in to comment.