From 6322fed22155b2c784ddf68bfb3e4b2c6fed09e2 Mon Sep 17 00:00:00 2001 From: jdhao Date: Thu, 12 Nov 2020 21:31:48 +0800 Subject: update xmap for visual mode mappings --- core/plugins.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/plugins.vim') 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 (openbrowser-smart-search) - vmap ob (openbrowser-smart-search) + xmap ob (openbrowser-smart-search) endif "}} @@ -579,7 +579,7 @@ augroup END let g:titlecase_map_keys = 0 nmap gt Titlecase -vmap gt Titlecase +xmap gt Titlecase nmap gT TitlecaseLine """"""""""""""""""""""""vim-auto-save settings""""""""""""""""""""""" -- cgit v1.2.3