diff options
| author | jdhao <jdhao@hotmail.com> | 2021-06-26 16:36:10 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-06-26 16:36:10 +0800 |
| commit | 7d2afbaa60264ae120565b01bc86d41c2d8ff802 (patch) | |
| tree | 8022bc08014b74d683ceebb29875f5b69afdaad1 /core | |
| parent | ea733e60869bf189832c7411a67e2e3a99b48622 (diff) | |
update better-escape.vim settings
Diffstat (limited to 'core')
| -rw-r--r-- | core/plugins.vim | 3 |
1 files changed, 3 insertions, 0 deletions
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 <Plug>(miniyank-autoput) nmap P <Plug>(miniyank-autoPut) +""""""""""""""""""""""""""""better-escape.vim settings""""""""""""""""""""""""" +let g:better_escape_interval = 200 + """"""""""""""""""""""""""""vim-xkbswitch settings""""""""""""""""""""""""" let g:XkbSwitchEnabled = 1 "}} |
