summary refs log tree commit diff
path: root/.config/nvim/init.vim
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-02-22 16:37:15 -0500
committerJune McEnroe <programble@gmail.com>2017-02-22 16:37:15 -0500
commit897a23f3b81c3d4e37f19a7b4852e23162a464b7 (patch)
treec65919dbe6c243c2ad48adbf7348608d4730d66a /.config/nvim/init.vim
parentUse Hermit font in iTerm (diff)
downloadsrc-897a23f3b81c3d4e37f19a7b4852e23162a464b7.tar.gz
src-897a23f3b81c3d4e37f19a7b4852e23162a464b7.zip
Set inccommand=split
Diffstat (limited to '')
-rw-r--r--.config/nvim/init.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim
index 68b1196d..f1347f9d 100644
--- a/.config/nvim/init.vim
+++ b/.config/nvim/init.vim
@@ -3,7 +3,7 @@ set shortmess=atI visualbell
 set wildmode=list:longest
 set splitbelow splitright
 
-set ignorecase smartcase
+set ignorecase smartcase inccommand=split
 set tabstop=4 expandtab shiftwidth=4 shiftround smartindent
 set undofile
 
e79fb17e4228d9fb0a10aaba299b15548b&follow=1'>Make safe filling the who bufferJune McEnroe 2018-08-07Add reverse and reset IRC formatting codesJune McEnroe 2018-08-06Rewrite line editing again, add formattingJune McEnroe 2018-08-06Fix allocation size in vaswprintfJune McEnroe 2018-08-06Implement word wrappingJune McEnroe 2018-08-06Use wchar_t strings for all of UIJune McEnroe 2018-08-06Rename line editing functionsJune McEnroe 2018-08-05Initialize all possible color pairsJune McEnroe 2018-08-05Refactor color initializationJune McEnroe 2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe 2018-08-04Handle /topicJune McEnroe