summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2019-04-21 11:23:52 +0300
committerYigit Sever2019-04-21 11:23:52 +0300
commit875c01c7c58a22259a8b91ab235a98a1cf7343d5 (patch)
treef103a884e69a785a881e9489a726a4c4b43b1157
parent861e0bdc972c16a39003d7512db3bfb1d21c62da (diff)
downloaddotfiles-875c01c7c58a22259a8b91ab235a98a1cf7343d5.tar.gz
dotfiles-875c01c7c58a22259a8b91ab235a98a1cf7343d5.tar.bz2
dotfiles-875c01c7c58a22259a8b91ab235a98a1cf7343d5.zip
Correct vim highlight behaviour
-rwxr-xr-x.config/nvim/init.vim2
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
218nnoremap <C-h> <C-w>h 218nnoremap <C-h> <C-w>h
219nnoremap <C-l> <C-w>l 219nnoremap <C-l> <C-w>l
220" Disable highlight when <leader><cr> is pressed 220" Disable highlight when <leader><cr> is pressed
221nnoremap <Leader><cr> :set hls!<cr> 221nnoremap <Leader><cr> :noh<cr>
222" Space will toggle folds! 222" Space will toggle folds!
223nnoremap <space> za 223nnoremap <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