From 27773aaefbaecd889b46977bcc72589e55fbdeba Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 2 Apr 2015 11:13:53 +0100 Subject: [PATCH] vim: add mappings for replacing Maintainer/Contributor --- vim/ftplugin/PKGBUILD.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/ftplugin/PKGBUILD.vim b/vim/ftplugin/PKGBUILD.vim index 5f0ea86..dc8f650 100644 --- a/vim/ftplugin/PKGBUILD.vim +++ b/vim/ftplugin/PKGBUILD.vim @@ -7,5 +7,7 @@ setlocal errorformat=%f:\ line\ %l:\ %m nnoremap u :UpdPkgSums:redraw! nnoremap r O# Maintainer: Ram-Z +nnoremap c :s/Maintainer/Contributor/:nohl +nnoremap m :s/Contributor/Maintainer/:nohl " vim: ft=vim -- 2.48.1