view vim/ftplugin/help.vim @ 177:94a131d9a200

Easy help file navigation in Vim.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 20 Jul 2014 17:43:57 -0700
parents
children
line wrap: on
line source

" Easy help navigation for Vim.

nnoremap <buffer> <CR> <C-]>
nnoremap <buffer> <BS> <C-T>