From 69c1ae4c4ea83c86a7926b84cf0c5affa4f52e02 Mon Sep 17 00:00:00 2001 From: Venereo <263580+Venereo@users.noreply.github.com> Date: Sun, 20 Jan 2019 17:56:57 +0000 Subject: [PATCH] Update basic.vim Add compatibility with terminal Vim --- vimrcs/basic.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index 11d1ed81..73d5f913 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -206,6 +206,7 @@ vnoremap # :call VisualSelection('', '')?=@/ " Map to / (search) and Ctrl- to ? (backwards search) map / map ? +map ? " Disable highlight when is pressed map :noh