diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index 1d28734..2d29986 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -6,7 +6,7 @@ endif syntax on set number set runtimepath=~/dotfiles/vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,~/dotfiles/vim/after -colors distinguished +" " colors distinguished set mouse=a set statusline=%F%m%r%h%w\ (%{&ff}){%Y}\ [%l,%v][%p%%] set showcmd @@ -15,3 +15,6 @@ set hlsearch set ignorecase set smartcase +set laststatus=2 " Always display the statusline in all windows +set noshowmode " Hide the default mode text (e.g. -- INSERT -- below the statusline) +