]> git.rmz.io Git - dotfiles.git/blobdiff - vim/ftplugin/PKGBUILD.vim
nvim: don't quit nvim from dashboard
[dotfiles.git] / vim / ftplugin / PKGBUILD.vim
index 68cd5da11feb1e5a38dd3d82062dae821015805e..1e0746f572bde5ecccfc94f9dd60b256a5c08779 100644 (file)
@@ -5,7 +5,9 @@ setlocal softtabstop=2
 setlocal makeprg=makepkg\ -s
 setlocal errorformat=%f:\ line\ %l:\ %m
 
-nnoremap <Leader>u :UpdPkgSums<CR>
-nnoremap <Leader>r O# Maintainer:  Samir Benmendil <samir.benmendil[at]gmail[dot]com><Esc>
+nnoremap <buffer> <Leader>u :UpdPkgSums<CR>:redraw!<cr>
+nnoremap <buffer> <Leader>R O# Maintainer:  Ram-Z <arch[at]rmz[dot]io><Esc>
+nnoremap <buffer> <Leader>c :s/Maintainer/Contributor/<CR>:nohl<CR>
+nnoremap <buffer> <Leader>m :s/Contributor/Maintainer/<CR>:nohl<CR>
 
 " vim: ft=vim