From 9a7725ea46802d95b7ef126c21a3f920306a8dc9 Mon Sep 17 00:00:00 2001 From: taynpg Date: Thu, 14 Mar 2024 16:45:35 +0800 Subject: [PATCH] =?UTF-8?q?vsvim=E6=B7=BB=E5=8A=A0=E5=BF=AB=E6=8D=B7?= =?UTF-8?q?=E9=94=AE=E7=BB=91=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vim/_vsvimrc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/vim/_vsvimrc b/vim/_vsvimrc index 7df0439..39cb1d1 100644 --- a/vim/_vsvimrc +++ b/vim/_vsvimrc @@ -1,6 +1,8 @@ set relativenumber set cursorline set number +set incsearch +set hlsearch set clipboard=unnamed let mapleader=" " @@ -8,11 +10,20 @@ let mapleader=" " :nnoremap H :vsc Window.PreviousTab :nnoremap f :vsc Edit.FindinFiles +:nnoremap h :noh :nnoremap ed :vsc Edit.GoToDefinition :nnoremap eb :vsc Edit.ToggleBookmark :nnoremap F2 :vsc Edit.NextBookmark +:nnoremap F3 :vsc Edit.FindNext :nnoremap vb :vsc View.NavigateBackward :nnoremap vn :vsc View.NavigateForward :nnoremap fc :vsc File.OpenContainingFolder +:nnoremap er :vsc Edit.FindAllReferences +:vnoremap c :vsc Edit.CommentSelection +:vnoremap uc :vsc Edit.UncommentSelection :nnoremap s :wa -:nnoremap vs :vsc View.SolutionExplorer \ No newline at end of file +:nnoremap vs :vsc View.SolutionExplorer +:nnoremap 4j +:nnoremap 4k +:nnoremap 4k +:nnoremap 4j \ No newline at end of file