]> git.rmz.io Git - dotfiles.git/commitdiff
vim: switch between yes and no
authorSamir Benmendil <me@rmz.io>
Fri, 13 Jan 2023 23:51:31 +0000 (23:51 +0000)
committerSamir Benmendil <me@rmz.io>
Sat, 14 Jan 2023 02:35:28 +0000 (02:35 +0000)
vim/vimrc

index 8da02bf6b7a5e516d2192fd57f8524e99fd12512..f61b74b97dbeba78161aac2cffd1f276fceee6cd 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -685,6 +685,9 @@ let g:SignatureMap = {
 
 " switch
 let g:switch_mapping = "<Leader>s"
+let g:switch_custom_definitions = [
+      \   ['yes', 'no']
+      \ ]
 
 " spellrotate
 nmap <silent> z] <Plug>(SpellRotateForward)