aboutsummaryrefslogtreecommitdiff
path: root/ftplugin
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin')
-rw-r--r--ftplugin/help.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/ftplugin/help.vim b/ftplugin/help.vim
new file mode 100644
index 0000000..e2eb971
--- /dev/null
+++ b/ftplugin/help.vim
@@ -0,0 +1,3 @@
1" I will never get used to press CTRL-] to follow a link, never!
2nnoremap <buffer> <CR> <C-]>
3nnoremap <buffer> <BS> <C-T>
..