summaryrefslogtreecommitdiff
path: root/.config/nvim/ftplugin/info.vim
blob: f725e8d7565dd71892a5fa9ed7858f9aa6152095 (plain) (blame)
1
2
3
4
5
if &buftype =~? 'nofile'
    nmap <buffer> gu <Plug>(InfoUp)
    nmap <buffer> gn <Plug>(InfoNext)
    nmap <buffer> gp <Plug>(InfoPrev)
endif