From 308b5ce34c8af5c6ff3a0b86864892f7da0be51a Mon Sep 17 00:00:00 2001 From: typebrook Date: Tue, 22 Oct 2019 09:16:07 +0800 Subject: update --- vimrc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 3eec945..5509394 100644 --- a/vimrc +++ b/vimrc @@ -18,8 +18,17 @@ nnoremap T :vertical terminal nnoremap u :set clipboard=unnamedplus nnoremap ddkP nnoremap ddp + +" move nnoremap } nnoremap { +cnoremap +cnoremap +nnoremap H 0 +nnoremap L $ +nnoremap 60l +nnoremap 60h + " disable syntax nnoremap s \ : if exists("syntax_on") @@ -45,15 +54,6 @@ onoremap B /return nnoremap ; :%s:::g vnoremap ; :s:::g cnoremap ;\ \(\) -cnoremap -cnoremap - -" 習慣成自然 -nnoremap H 0 -nnoremap L $ -nnoremap 60l -nnoremap 60h -" inoremap " Fix paste bug triggered by inoremaps set t_BE= -- cgit v1.2.3-70-g09d2