summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-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