summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2013-03-12 18:22:02 -0400
committerJune McEnroe <june@causal.agency>2013-03-12 18:22:02 -0400
commit8e6cb24d66a498ddfa0c18f684b68cea6fb6f22a (patch)
tree64852924c89214e0e97da948a3748dd9bfbbdd6c /.vimrc
parentSwitch to powerline (diff)
downloadsrc-8e6cb24d66a498ddfa0c18f684b68cea6fb6f22a.tar.gz
src-8e6cb24d66a498ddfa0c18f684b68cea6fb6f22a.zip
Hide mode from below statusline
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
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