aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorVasil Zlatanov <vasil.zlatanov@gmail.com>2014-10-10 23:20:14 +0200
committerVasil Zlatanov <vasil.zlatanov@gmail.com>2014-10-10 23:20:14 +0200
commitae345377bec9e6f55c4db2ace451297b0c5afc00 (patch)
tree6fec425ed7ad1421639af4ebe641e3cb16be487c /vimrc
parent95496f983e819cd5fe2e3013785b30d11884b582 (diff)
downloaddotfiles-ae345377bec9e6f55c4db2ace451297b0c5afc00.tar.gz
dotfiles-ae345377bec9e6f55c4db2ace451297b0c5afc00.tar.bz2
dotfiles-ae345377bec9e6f55c4db2ace451297b0c5afc00.zip
minor tweaks
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/vimrc b/vimrc
index 21adce3..61b9193 100644
--- a/vimrc
+++ b/vimrc
@@ -42,8 +42,6 @@ endif
" differently from regular Vi. They are highly recommended though.
set showcmd " Show (partial) command in status line.
"set showmatch " Show matching brackets.
-nnoremap / /\v
-vnoremap / /\v
set gdefault
set ignorecase " Do case insensitive matching
set smartcase " Do smart case matching