diff options
| author | jdhao <jdhao@hotmail.com> | 2020-11-12 21:31:48 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-11-12 21:31:48 +0800 |
| commit | 6322fed22155b2c784ddf68bfb3e4b2c6fed09e2 (patch) | |
| tree | 4b7403b462bfc2d808e3a4810e41119c1dabc17d /core/plugins.vim | |
| parent | 1856ee39e6f7686e063d458e0653940414648073 (diff) | |
update xmap for visual mode mappings
Diffstat (limited to 'core/plugins.vim')
| -rw-r--r-- | core/plugins.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index cf4d3e6..346f6c2 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -536,7 +536,7 @@ if g:is_win || g:is_mac " Use another mapping for the open URL method nmap ob <Plug>(openbrowser-smart-search) - vmap ob <Plug>(openbrowser-smart-search) + xmap ob <Plug>(openbrowser-smart-search) endif "}} @@ -579,7 +579,7 @@ augroup END let g:titlecase_map_keys = 0 nmap <leader>gt <Plug>Titlecase -vmap <leader>gt <Plug>Titlecase +xmap <leader>gt <Plug>Titlecase nmap <leader>gT <Plug>TitlecaseLine """"""""""""""""""""""""vim-auto-save settings""""""""""""""""""""""" |
