diff options
author | June McEnroe <june@causal.agency> | 2013-03-12 18:22:02 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2013-03-12 18:22:02 -0400 |
commit | 8e6cb24d66a498ddfa0c18f684b68cea6fb6f22a (patch) | |
tree | 64852924c89214e0e97da948a3748dd9bfbbdd6c | |
parent | Switch to powerline (diff) | |
download | src-8e6cb24d66a498ddfa0c18f684b68cea6fb6f22a.tar.gz src-8e6cb24d66a498ddfa0c18f684b68cea6fb6f22a.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 |