From 85232b82a856481c2a8ffeaa4968a0092e274089 Mon Sep 17 00:00:00 2001 From: jdhao Date: Fri, 9 Aug 2024 22:03:02 +0200 Subject: [PATCH] Update mapping of plugin open-browser.vim --- viml_conf/plugins.vim | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/viml_conf/plugins.vim b/viml_conf/plugins.vim index da3252e..f7c202b 100644 --- a/viml_conf/plugins.vim +++ b/viml_conf/plugins.vim @@ -119,8 +119,9 @@ if g:is_win || g:is_mac let g:netrw_nogx = 1 " Use another mapping for the open URL method - nmap ob (openbrowser-smart-search) - xmap ob (openbrowser-smart-search) + nmap ob (openbrowser-smart-search) + xmap ob (openbrowser-smart-search) + nmap ob echoerr "Use ob instead!" endif """"""""""""""""""""""""""" vista settings """"""""""""""""""""""""""""""""""