diff options
author | Tharre <tharre3@gmail.com> | 2015-12-07 18:59:56 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-07 20:13:38 +0000 |
commit | 16a6f4cb891aa79b7e02583ff974774622e6fb8b (patch) | |
tree | d9c8da02dc0979422edc693c2d09bdf82fc96bd1 /shell | |
parent | 35273ae802d47dbf9b5d3f883a84487566aa32fd (diff) | |
download | dotfiles-16a6f4cb891aa79b7e02583ff974774622e6fb8b.tar.gz dotfiles-16a6f4cb891aa79b7e02583ff974774622e6fb8b.tar.xz dotfiles-16a6f4cb891aa79b7e02583ff974774622e6fb8b.zip |
vim: only redraw when necessary
Diffstat (limited to 'shell')
-rw-r--r-- | shell/_vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/_vimrc b/shell/_vimrc index 07490cb..cbc80c4 100644 --- a/shell/_vimrc +++ b/shell/_vimrc @@ -39,6 +39,8 @@ set cc=81 set list set listchars=tab:>-,trail:~ +set lazyredraw + " jk is escape inoremap jk <esc> |