From 3b7b2b0cd955fe329f7c99dfe763cf371767bf83 Mon Sep 17 00:00:00 2001 From: Steve SanPietro Date: Sat, 16 May 2020 14:47:09 -0500 Subject: [PATCH] Removed mappings from the ScrollColor.vim plugin file. --- plugin/ScrollColor.vim | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugin/ScrollColor.vim b/plugin/ScrollColor.vim index 7c4960c..dc17e78 100644 --- a/plugin/ScrollColor.vim +++ b/plugin/ScrollColor.vim @@ -447,9 +447,6 @@ endfun command! CN :call s:NextColorscheme() command! CP :call s:PrevColorscheme() -map \n :CN -map \p :CP -map \c :echo g:colors_name " 2006-07-18 fixed bug with Align() -> s:Align() (affected L command) " 2006-07-18 added colorlist cache (s:list)