From 867ae0910c5c15d1a17d4a8e22f5ca689f9623e0 Mon Sep 17 00:00:00 2001 From: typebrook Date: Wed, 29 Apr 2020 13:35:12 +0800 Subject: update --- vimrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 9f4cacd..8e6080c 100644 --- a/vimrc +++ b/vimrc @@ -19,8 +19,9 @@ function! Bye() endif endfunction nnoremap :call Bye() -nnoremap , :.terminal -nnoremap < :%terminal +nnoremap , :.terminal ++noclose +vnoremap , :terminal ++noclose +nnoremap < :%terminal ++noclose nnoremap W :set wrap! nnoremap T :vertical terminal nnoremap u :set clipboard=unnamedplus -- cgit v1.2.3-70-g09d2