From 7d2afbaa60264ae120565b01bc86d41c2d8ff802 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 26 Jun 2021 16:36:10 +0800 Subject: [PATCH] update better-escape.vim settings --- core/plugins.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/plugins.vim b/core/plugins.vim index c310a1e..bc701c8 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -512,6 +512,9 @@ endif nmap p (miniyank-autoput) nmap P (miniyank-autoPut) +""""""""""""""""""""""""""""better-escape.vim settings""""""""""""""""""""""""" +let g:better_escape_interval = 200 + """"""""""""""""""""""""""""vim-xkbswitch settings""""""""""""""""""""""""" let g:XkbSwitchEnabled = 1 "}}