Skip to content

Commit

Permalink
Merge branch 'master' into toggle-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
romainl committed Sep 11, 2016
2 parents c285fc6 + 23aba2d commit 29ffdcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion after/ftplugin/qf.vim
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if exists("g:qf_mapping_ack_style")
" open entry in a new horizontal window
nnoremap <buffer> s <C-w><CR>
" open entry in a new vertical window.
nnoremap <buffer> v <C-w><CR><C-w>L<C-w>p<C-w>J<C-w>p
nnoremap <expr> <buffer> v &splitright ? "\<C-w>\<CR>\<C-w>L\<C-w>p\<C-w>J\<C-w>p" : "\<C-w>\<CR>\<C-w>H\<C-w>p\<C-w>J\<C-w>p"
" open entry in a new tab.
nnoremap <buffer> t <C-w><CR><C-w>T
" open entry and come back
Expand Down

0 comments on commit 29ffdcb

Please sign in to comment.