changeset 177:94a131d9a200

Easy help file navigation in Vim.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 20 Jul 2014 17:43:57 -0700
parents c6a072353606
children 8b37877d309f
files vim/ftplugin/help.vim
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/vim/ftplugin/help.vim	Sun Jul 20 17:43:57 2014 -0700
@@ -0,0 +1,5 @@
+" Easy help navigation for Vim.
+
+nnoremap <buffer> <CR> <C-]>
+nnoremap <buffer> <BS> <C-T>
+