From: Samir Benmendil Date: Fri, 8 May 2020 12:46:34 +0000 (+0100) Subject: vim: use local bindings X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/079488e46ef0988518beb1e3227c159ac6e4d642?ds=inline vim: use local bindings --- diff --git a/vim/ftplugin/PKGBUILD.vim b/vim/ftplugin/PKGBUILD.vim index b1628f5..2982a45 100644 --- a/vim/ftplugin/PKGBUILD.vim +++ b/vim/ftplugin/PKGBUILD.vim @@ -5,8 +5,8 @@ setlocal softtabstop=2 setlocal makeprg=makepkg\ -s setlocal errorformat=%f:\ line\ %l:\ %m -nnoremap u :UpdPkgSums:redraw! -nnoremap r O# Maintainer: Ram-Z +nnoremap u :UpdPkgSums:redraw! +nnoremap r O# Maintainer: Ram-Z nnoremap c :s/Maintainer/Contributor/:nohl nnoremap m :s/Contributor/Maintainer/:nohl