aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-09-03 16:10:28 +0800
committerGuangxiong Lin <[email protected]>2023-09-03 16:10:28 +0800
commit6a8ffe5a7be1b0601faffb8cd86a71e3367f18b6 (patch)
treeff555c4323f4f1337272014f735c5ef375b29f16 /.vimrc
parentf1606f161273f8bdabb256b592dc338de4357682 (diff)
downloaddotfiles-6a8ffe5a7be1b0601faffb8cd86a71e3367f18b6.tar.gz
dotfiles-6a8ffe5a7be1b0601faffb8cd86a71e3367f18b6.tar.bz2
dotfiles-6a8ffe5a7be1b0601faffb8cd86a71e3367f18b6.zip
Add noshowmode
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 7356d8d..ed60ad7 100644
--- a/.vimrc
+++ b/.vimrc
@@ -6,7 +6,7 @@ set backspace=indent,eol,start
syntax enable
set encoding=utf-8
set fileencodings=ucs=bom,utf-8,utf-16,gbk,big5,gb18030,latin1
-set noshowcmd
+set showcmd
set autoread
set mouse=a
filetype on
@@ -19,6 +19,7 @@ set formatoptions-=tc
set secure
set exrc
set noerrorbells
+set noshowmode
" use for populating filename in quickfix
set errorformat+=%f