]> 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 5f0ea863e836c45c58182d41bc41756e9c1bb27d..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>:redraw!<cr>
-nnoremap <Leader>r O# Maintainer:  Ram-Z <chakra[at]rmz[dot]io><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