aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
index 0ea8f22..7356d8d 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,12 +1,12 @@
" General Config
set nocompatible
-set number
+set number
set backspace=indent,eol,start
syntax enable
set encoding=utf-8
set fileencodings=ucs=bom,utf-8,utf-16,gbk,big5,gb18030,latin1
-set showcmd
+set noshowcmd
set autoread
set mouse=a
filetype on