From: Samir Benmendil Date: Thu, 2 Apr 2015 10:13:53 +0000 (+0100) Subject: vim: add mappings for replacing Maintainer/Contributor X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/27773aaefbaecd889b46977bcc72589e55fbdeba?ds=inline vim: add mappings for replacing Maintainer/Contributor --- 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