From f35317d09660873a5258c830987e75801f039d75 Mon Sep 17 00:00:00 2001 From: Devin Lumley <2636402+devinwl@users.noreply.github.com> Date: Thu, 6 May 2021 21:59:25 -0700 Subject: [PATCH] Update .vimrc --- .vimrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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