aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 397e99f..4b2efd7 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -37,6 +37,7 @@ filetype plugin indent on
set autoindent
set copyindent
set number " always show line numbers
+set ignorecase " Ignore case of normal letters
set smartcase " ignore case if search pattern is all lowercase,
" case-sensitive otherwise
set hlsearch " highlight search terms
@@ -151,6 +152,7 @@ set statusline+=%#warningmsg#
set statusline+=%{(&fenc!='utf-8'&&&fenc!='')?'['.&fenc.']':''}
set statusline+=%*
+
"" Right side of statusline
set statusline+=%= " Left/right separation point
set statusline+=%-15.((%l,%c-%v)\ %) " Line, column, percentage. (20,0)