diff options
Diffstat (limited to '.config/nvim')
-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 |