diff options
author | Guangxiong Lin <[email protected]> | 2023-09-03 16:10:28 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-09-03 16:10:28 +0800 |
commit | 6a8ffe5a7be1b0601faffb8cd86a71e3367f18b6 (patch) | |
tree | ff555c4323f4f1337272014f735c5ef375b29f16 | |
parent | f1606f161273f8bdabb256b592dc338de4357682 (diff) | |
download | dotfiles-6a8ffe5a7be1b0601faffb8cd86a71e3367f18b6.tar.gz dotfiles-6a8ffe5a7be1b0601faffb8cd86a71e3367f18b6.tar.bz2 dotfiles-6a8ffe5a7be1b0601faffb8cd86a71e3367f18b6.zip |
Add noshowmode
-rw-r--r-- | .vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |