From 7321a71f6686d7cfd51e81ac561cbebd07474331 Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Sat, 20 Jul 2013 17:21:21 +0200 Subject: [PATCH] change vimrc for powerline --- vim/vimrc.symlink | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) +