summaryrefslogtreecommitdiffstats
path: root/vim/ftplugin/help.vim
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-01-03 01:26:09 -0500
committerdoy <doy@tozt.net>2009-01-03 01:26:09 -0500
commiteed03516376ec595b6cc0c57f13c5e0a57e20480 (patch)
tree0cd7c20385c57ac40eb0e4ab183eb1691482702e /vim/ftplugin/help.vim
parenta65a2e3e1e74e1fb79ec98cc1c33a7ebc301f131 (diff)
downloadconf-eed03516376ec595b6cc0c57f13c5e0a57e20480.tar.gz
conf-eed03516376ec595b6cc0c57f13c5e0a57e20480.zip
move all of the FileType autocommands into files under ftplugin/
Diffstat (limited to 'vim/ftplugin/help.vim')
-rw-r--r--vim/ftplugin/help.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/ftplugin/help.vim b/vim/ftplugin/help.vim
new file mode 100644
index 0000000..1fbe614
--- /dev/null
+++ b/vim/ftplugin/help.vim
@@ -0,0 +1,3 @@
+setlocal keywordprg=:help
+nnoremap <buffer> <CR> <C-]>
+nnoremap <buffer> <BS> <C-T>