annotate vim/ftplugin/help.vim @ 294:8bc056d80c39

Remove unused stuff, add grepping, shorter status line.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 02 Apr 2015 08:00:31 -0700
parents 94a131d9a200
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
177
94a131d9a200 Easy help file navigation in Vim.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
1 " Easy help navigation for Vim.
94a131d9a200 Easy help file navigation in Vim.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
2
94a131d9a200 Easy help file navigation in Vim.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3 nnoremap <buffer> <CR> <C-]>
94a131d9a200 Easy help file navigation in Vim.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
4 nnoremap <buffer> <BS> <C-T>
94a131d9a200 Easy help file navigation in Vim.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
5