vim: add ,yt; disable FZFMru for now

<leader>m conflicts with swoop
This commit is contained in:
Paul Walker
2021-04-06 15:08:53 +01:00
parent 8e5f593bbe
commit 9aad9fe813

5
vimrc
View File

@@ -136,6 +136,7 @@ nnoremap ,gp :!git push<CR>
nnoremap ,gl :!git pull<CR>
nnoremap ,gb :!git branch -l<CR>
nnoremap ,gc :!git checkout -b
nnoremap ,yt :!yarn test<CR>
nnoremap ,m :Make<CR>
@@ -409,7 +410,7 @@ map <C-S-J> J74\|bi<CR><ESC>
" Use fzf to find files
map <C-P> :Files<CR>
map <C-O> :Files <C-R>=expand("%:p:h")<CR>
nnoremap <silent> <leader>m :FZFMru<CR>
" nnoremap <silent> <leader>m :FZFMru<CR>
nnoremap <leader>n :NERDTreeToggle<cr>
" Use F6 to swap buffers
@@ -660,3 +661,5 @@ filetype plugin indent on
nnoremap <C-S-Right> :cn<CR>
nnoremap <C-S-Left> :cp<CR>
set textwidth=120