diff options
author | Matt Singleton <matt@datadoghq.com> | 2011-12-20 14:58:01 -0500 |
---|---|---|
committer | Matt Singleton <matt@datadoghq.com> | 2011-12-20 14:58:01 -0500 |
commit | 89d708b9052b08f2f4f2e1365bac38edb5121d62 (patch) | |
tree | caf71b1dc41a36e361edda7cc177de5028ba2033 /vimrc | |
parent | 0a8cebce82474acc13a5210472aca3412633eec6 (diff) |
a few vim tweaks
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ set smartcase " respect case in search if uppercase is used set nowrap " do not wrap lines set backspace=indent,eol,start " backspace over all stuff set cursorcolumn " highlight the current column +set cursorline " highlight the current line +set vb t_vb= " no beeping " " formatting |