aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-08-31 09:02:46 +0800
committerGuangxiong Lin <[email protected]>2023-08-31 09:02:46 +0800
commita38386a9111b13a74f5f8e670a256fccc14ec635 (patch)
tree570c5c7cbb5a2af30e1124ebc984444862c4175c /.vimrc
parent8c5ba87743b577001caea19e25a11724d0808dca (diff)
downloaddotfiles-a38386a9111b13a74f5f8e670a256fccc14ec635.tar.gz
dotfiles-a38386a9111b13a74f5f8e670a256fccc14ec635.tar.bz2
dotfiles-a38386a9111b13a74f5f8e670a256fccc14ec635.zip
Update signature config
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