]> git.rmz.io Git - dotfiles.git/commitdiff
vim: don't reset shortmess and don't give file info
authorSamir Benmendil <me@rmz.io>
Tue, 2 May 2023 10:22:44 +0000 (11:22 +0100)
committerSamir Benmendil <me@rmz.io>
Sun, 17 Dec 2023 17:23:07 +0000 (17:23 +0000)
vim/vimrc

index 6cc50e7c7dcb00bff7ba9f4133ad46f9d6011992..f94553e3b5e94be74a66f8831827c2d486d3495f 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -293,7 +293,6 @@ endif
 set showcmd         " Show (partial) command in status line.
 set ruler           " show the cursor position all the time
 set confirm         " Ask what to do when closing unsaved documents
-set shortmess=      " reset option
 set shortmess+=a    " all abbreviations
 set shortmess+=o    " overwrite file-written message
 set shortmess+=O    " file-read message overrides previous
@@ -302,6 +301,7 @@ set shortmess+=T    " truncate other messages in the middle
 set shortmess+=W    " don't give 'written' or '[w]' when writing a file
 set shortmess+=A    " ignore swapfile warning
 set shortmess+=I    " no splash screen
+set shortmess+=F    " don't give the file info when editing a file
 set shortmess+=c    " don't give |ins-completion-menu| messages
 
 " editing text {{{2