vim: add ,yt; disable FZFMru for now
<leader>m conflicts with swoop
This commit is contained in:
5
vimrc
5
vimrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user