From 079488e46ef0988518beb1e3227c159ac6e4d642 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Fri, 8 May 2020 13:46:34 +0100 Subject: [PATCH] vim: use local bindings --- vim/ftplugin/PKGBUILD.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.48.1