aboutsummaryrefslogtreecommitdiff
path: root/ftplugin
diff options
context:
space:
mode:
authorMax Christian Pohle2016-10-06 13:14:09 +0200
committerMax Christian Pohle2016-10-06 13:14:09 +0200
commit52349625ead61bfba78a67c79ab8305710c926f4 (patch)
tree49d9778d445679ea5b9a728692f9220aa5672b6c /ftplugin
parent35089d9e1d0f596a1c846976a2962db9260ca66b (diff)
downloadvim-52349625ead61bfba78a67c79ab8305710c926f4.tar.bz2
vim-52349625ead61bfba78a67c79ab8305710c926f4.zip
Simpler help navigation
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>
..