summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2013-03-12 18:22:02 -0400
committerJune McEnroe <programble@gmail.com>2013-03-12 18:22:02 -0400
commit155785e260f50686fe786738b4379d9c77b47f75 (patch)
tree64852924c89214e0e97da948a3748dd9bfbbdd6c /.vimrc
parentSwitch to powerline (diff)
downloadsrc-155785e260f50686fe786738b4379d9c77b47f75.tar.gz
src-155785e260f50686fe786738b4379d9c77b47f75.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