X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/23d5db390e096e354860d7416ec80d513fe4a21d..e3b74ab8092b5914dcb145a3597d28df893f1f52:/vim/ftplugin/PKGBUILD.vim diff --git a/vim/ftplugin/PKGBUILD.vim b/vim/ftplugin/PKGBUILD.vim index 68cd5da..1e0746f 100644 --- a/vim/ftplugin/PKGBUILD.vim +++ b/vim/ftplugin/PKGBUILD.vim @@ -5,7 +5,9 @@ setlocal softtabstop=2 setlocal makeprg=makepkg\ -s setlocal errorformat=%f:\ line\ %l:\ %m -nnoremap u :UpdPkgSums -nnoremap r O# Maintainer: Samir Benmendil +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