From b3b577dac59d5d6cf7705884b4d6a19700d987bf Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Fri, 13 Jan 2023 23:51:31 +0000 Subject: [PATCH] vim: switch between yes and no --- vim/vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index 8da02bf..f61b74b 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -685,6 +685,9 @@ let g:SignatureMap = { " switch let g:switch_mapping = "s" +let g:switch_custom_definitions = [ + \ ['yes', 'no'] + \ ] " spellrotate nmap z] (SpellRotateForward) -- 2.48.1