diff --git a/vimrc b/vimrc index 74b82b8..dced7f0 100644 --- a/vimrc +++ b/vimrc @@ -136,6 +136,7 @@ nnoremap ,gp :!git push nnoremap ,gl :!git pull nnoremap ,gb :!git branch -l nnoremap ,gc :!git checkout -b +nnoremap ,yt :!yarn test nnoremap ,m :Make @@ -409,7 +410,7 @@ map J74\|bi " Use fzf to find files map :Files map :Files =expand("%:p:h") -nnoremap m :FZFMru +" nnoremap m :FZFMru nnoremap n :NERDTreeToggle " Use F6 to swap buffers @@ -660,3 +661,5 @@ filetype plugin indent on nnoremap :cn nnoremap :cp + +set textwidth=120