mileszs / ack.vim

Vim plugin for the Perl module / CLI script 'ack'
Other
3.08k stars 396 forks source link

Adding mappings for opening in horizontal split and improving vertical split mappings #49

Closed unceus closed 11 years ago

unceus commented 12 years ago

This adds support for opening files in horizontal split (h) and horizontal split silently (H). Vertical splits weren't completely working for me, so I updated the mappings and the shortcut for opening in vertical split to match the tab convention (V).

mileszs commented 11 years ago

Merged!