From 38d51ed8bc8e9796613fe94dbe8d4025dd2b96e6 Mon Sep 17 00:00:00 2001 From: zeekling Date: Sun, 14 Feb 2021 13:52:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=9F=E6=96=B0vimrc=E5=BD=93=E4=B8=AD?= =?UTF-8?q?=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vimrc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/vimrc b/vimrc index ea81899..0d3323e 100644 --- a/vimrc +++ b/vimrc @@ -1,14 +1,14 @@ -" ____________ __ -" / ____/ ____/ / /_ -" _____ / /___/ /_____ / /_/ __ _______ -" /__ / / ____/ ____/ /___/ / /\ / / __ / -" / /__/ /___/ /___/ / __/ / /\ \ / / /_/ / / -" /____/_____/_____/_/\_\/_/_/ \_\/_/\____/ / -" _____/ / -" /______/ -" @author:zeekling " -set ruler +" ________ _______ _______ __ ___ __ __ .__ __. _______ +" | / | ____|| ____|| |/ / | | | | | \ | | / _____| +" `---/ / | |__ | |__ | ' / | | | | | \| | | | __ +" / / | __| | __| | < | | | | | . ` | | | |_ | +" / /----.| |____ | |____ | . \ | `----.| | | |\ | | |__| | +" /________||_______||_______||__|\__\ |_______||__| |__| \__| \______| +" +" @author:zeekling +" +"set ruler autocmd BufWritePre * :%s/\s\+$//e " 自动清除末行空格 set magic " 设置魔术 set backspace=indent,eol,start