From 8609c77b9c2360153436159d75c815486e463d24 Mon Sep 17 00:00:00 2001 From: A Farzat Date: Wed, 2 Oct 2024 00:22:35 +0900 Subject: Add ftplugins --- ftplugin/info.vim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ftplugin/info.vim (limited to 'ftplugin/info.vim') diff --git a/ftplugin/info.vim b/ftplugin/info.vim new file mode 100644 index 0000000..f725e8d --- /dev/null +++ b/ftplugin/info.vim @@ -0,0 +1,5 @@ +if &buftype =~? 'nofile' + nmap gu (InfoUp) + nmap gn (InfoNext) + nmap gp (InfoPrev) +endif -- cgit v1.2.3-70-g09d2