diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-10-10 23:20:14 +0200 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-10-10 23:20:14 +0200 |
commit | ae345377bec9e6f55c4db2ace451297b0c5afc00 (patch) | |
tree | 6fec425ed7ad1421639af4ebe641e3cb16be487c /vimrc | |
parent | 95496f983e819cd5fe2e3013785b30d11884b582 (diff) | |
download | dotfiles-ae345377bec9e6f55c4db2ace451297b0c5afc00.tar.gz dotfiles-ae345377bec9e6f55c4db2ace451297b0c5afc00.tar.bz2 dotfiles-ae345377bec9e6f55c4db2ace451297b0c5afc00.zip |
minor tweaks
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |