From 2a8a894dbd0f0bb86f7de687830e10ac8f76e028 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 4 Jul 2018 01:27:33 +1200 Subject: Use :nnoremap for Perl vim maps --- vim/after/ftplugin/perl.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vim/after') diff --git a/vim/after/ftplugin/perl.vim b/vim/after/ftplugin/perl.vim index 37cd1c08..759dc1d3 100644 --- a/vim/after/ftplugin/perl.vim +++ b/vim/after/ftplugin/perl.vim @@ -18,9 +18,9 @@ if exists('g:no_plugin_maps') || exists('g:no_perl_maps') endif " Set mappings -nmap c :call compiler#Make('perl') -nmap l :call compiler#Make('perlcritic') -nmap t :call filter#Stable('perltidy') +nnoremap c :call compiler#Make('perl') +nnoremap l :call compiler#Make('perlcritic') +nnoremap t :call filter#Stable('perltidy') let b:undo_ftplugin = b:undo_ftplugin \ . '|nunmap c' \ . '|nunmap l' -- cgit v1.2.3