diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-12-15 19:25:12 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-12-15 19:25:12 +0000 |
commit | 6e372d3ba93a626616c1ea0646624b0bc5c94cc6 (patch) | |
tree | 53684a122aeb252af0a5c13443634275799fddac /vim | |
parent | da00938d697afa983ced14b51d87567ee096b35c (diff) |
[nvim] Set inccommand by default
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -263,6 +263,9 @@ set clipboard=unnamedplus if !has("nvim") set encoding=utf-8 endif +if has("nvim") + set inccommand=split +endif "" Mappings |