Move general settings and plugins out of init.vim

This commit is contained in:
2021-10-14 21:03:29 +03:00
parent 942c2c67ca
commit f116ecac18
6 changed files with 66 additions and 62 deletions

View File

@@ -8,11 +8,8 @@ nnoremap <C-j> :m .+1<CR>==
vnoremap K :m '<-2<CR>gv=gv
vnoremap J :m '>+1<CR>gv=gv
" Remap to toggle markdown preview
nmap <C-m> <Plug>MarkdownPreviewToggle
" FuzzyFinder
nnoremap <leader>f :FZF<CR>
" Zen Mode
noremap <leader>z :ZenMode<CR>
" Remove search highlighting
noremap <leader>nh :nohl<CR>