X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/f74f72fd2127b8546ddec334cd0b96ceecdf24b5..b6c44861a595efc20fc0963721134a677b7b8ce6:/vim/ftplugin/PKGBUILD.vim diff --git a/vim/ftplugin/PKGBUILD.vim b/vim/ftplugin/PKGBUILD.vim index 9de99f6..dc8f650 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