diff --git a/.vimrc b/.vimrc index b452780..00f4fb7 100644 --- a/.vimrc +++ b/.vimrc @@ -38,6 +38,9 @@ set cursorline autocmd FileType gitcommit setlocal spell autocmd FileType markdown,md,mdx setlocal spell +" Line wrap when writing +autocmd FileType markdown,md,mdx,text set wrap + " Drill Sergeant Demchuk noremap noremap @@ -118,7 +121,7 @@ command! -nargs=0 Prettier :CocCommand prettier.formatFile " Ignores files in .gitignore but includes untracked files. " Reference: https://github.com/junegunn/fzf.vim/issues/121#issuecomment-575922206 nnoremap :GFiles --cached --others --exclude-standard -nnoremap :Ag +nnoremap :Ag "END fzf " Theme