diff options
author | June McEnroe <programble@gmail.com> | 2013-03-12 18:22:02 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2013-03-12 18:22:02 -0400 |
commit | 155785e260f50686fe786738b4379d9c77b47f75 (patch) | |
tree | 64852924c89214e0e97da948a3748dd9bfbbdd6c | |
parent | Switch to powerline (diff) | |
download | src-155785e260f50686fe786738b4379d9c77b47f75.tar.gz src-155785e260f50686fe786738b4379d9c77b47f75.zip |
Hide mode from below statusline
Diffstat (limited to '')
-rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc index 7177f401..8673a644 100644 --- a/.vimrc +++ b/.vimrc @@ -38,6 +38,7 @@ set foldmethod=syntax set foldlevel=1000 set laststatus=2 " Always show statusline +set noshowmode set statusline=%<%f\ %h%m%r%{fugitive#statusline()}%=%-14.(%l,%c%V%)\ %P syntax on |