diff options
author | Yigit Sever | 2019-04-21 11:23:52 +0300 |
---|---|---|
committer | Yigit Sever | 2019-04-21 11:23:52 +0300 |
commit | 875c01c7c58a22259a8b91ab235a98a1cf7343d5 (patch) | |
tree | f103a884e69a785a881e9489a726a4c4b43b1157 /.config/nvim/init.vim | |
parent | 861e0bdc972c16a39003d7512db3bfb1d21c62da (diff) | |
download | dotfiles-875c01c7c58a22259a8b91ab235a98a1cf7343d5.tar.gz dotfiles-875c01c7c58a22259a8b91ab235a98a1cf7343d5.tar.bz2 dotfiles-875c01c7c58a22259a8b91ab235a98a1cf7343d5.zip |
Correct vim highlight behaviour
Diffstat (limited to '.config/nvim/init.vim')
-rwxr-xr-x | .config/nvim/init.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 756480f..ee6007c 100755 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim | |||
@@ -218,7 +218,7 @@ nnoremap <C-k> <C-w>k | |||
218 | nnoremap <C-h> <C-w>h | 218 | nnoremap <C-h> <C-w>h |
219 | nnoremap <C-l> <C-w>l | 219 | nnoremap <C-l> <C-w>l |
220 | " Disable highlight when <leader><cr> is pressed | 220 | " Disable highlight when <leader><cr> is pressed |
221 | nnoremap <Leader><cr> :set hls!<cr> | 221 | nnoremap <Leader><cr> :noh<cr> |
222 | " Space will toggle folds! | 222 | " Space will toggle folds! |
223 | nnoremap <space> za | 223 | nnoremap <space> za |
224 | " Search mappings: These will make it so that going to the next one in a | 224 | " Search mappings: These will make it so that going to the next one in a |