From 9aad9fe8135b235b2dfaa2b4e77a1d93a059a603 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Tue, 6 Apr 2021 15:08:53 +0100 Subject: [PATCH] vim: add ,yt; disable FZFMru for now m conflicts with swoop --- vimrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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