aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 35aaf17..d45adbe 100644
--- a/vimrc
+++ b/vimrc
@@ -82,6 +82,7 @@
" 2014.04.25:
" * Map <leader>/ to clear search highlighting
" * Map gj -> j and gk -> k so we can still skip wrapped lines if we want
+" * Set ignorecase and smartcase
"
@@ -128,6 +129,9 @@ set timeoutlen=500 " If <leader>bl and <leader>b are both mapped, wait 0.5
set grepprg=ack " Use ack instead of grep
+set ignorecase " Case insensitive
+set smartcase " Case insensitive unless an uppercase character is entered
+
set laststatus=2 " Always show the status line
" Statusline