From 52349625ead61bfba78a67c79ab8305710c926f4 Mon Sep 17 00:00:00 2001
From: Max Christian Pohle
Date: Thu, 6 Oct 2016 13:14:09 +0200
Subject: Simpler help navigation

---
 ftplugin/help.vim | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 ftplugin/help.vim

(limited to 'ftplugin')

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 @@
+" I will never get used to press CTRL-] to follow a link, never!
+nnoremap <buffer> <CR> <C-]>
+nnoremap <buffer> <BS> <C-T>
-- 
cgit v1.2.3