]> git.rmz.io Git - dotfiles.git/blobdiff - vim/ftplugin/PKGBUILD.vim
bin/diary: open folds to cursor pos
[dotfiles.git] / vim / ftplugin / PKGBUILD.vim
index 5f0ea863e836c45c58182d41bc41756e9c1bb27d..2982a45acdedc293ae2311befbd1050562d0074b 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 <ram-z[at]chakraos[dot]org><Esc>
+nnoremap <buffer> <Leader>c :s/Maintainer/Contributor/<CR>:nohl<CR>
+nnoremap <buffer> <Leader>m :s/Contributor/Maintainer/<CR>:nohl<CR>
 
 " vim: ft=vim