diff options
Diffstat (limited to '.config/vim/vimrc')
-rw-r--r-- | .config/vim/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/vim/vimrc b/.config/vim/vimrc index b756d66..2025178 100644 --- a/.config/vim/vimrc +++ b/.config/vim/vimrc @@ -33,7 +33,7 @@ set smartcase " upper-case sensitive search set backspace=2 " full backspacing capabilities set history=100 " 100 lines of command line history set cmdheight=1 " command line height -set laststatus=1 " occasions to show status line, 2=always. +set laststatus=2 " occasions to show status line, 2=always. set ruler " ruler display in status line set showmode " show mode at bottom of screen set showcmd " display some infos (in visual) |