X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/d1f132f84ddb672813528b81c48e1658df7002f8..8e3c8f1a0a5ba3e52bb62bd8c4820e9ae28b35e7:/vim/ftplugin/PKGBUILD.vim diff --git a/vim/ftplugin/PKGBUILD.vim b/vim/ftplugin/PKGBUILD.vim index 948e8d4..1e0746f 100644 --- a/vim/ftplugin/PKGBUILD.vim +++ b/vim/ftplugin/PKGBUILD.vim @@ -5,6 +5,9 @@ setlocal softtabstop=2 setlocal makeprg=makepkg\ -s setlocal errorformat=%f:\ line\ %l:\ %m -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