More cleanin

This commit is contained in:
Dustin Swan 2020-05-08 17:08:42 -04:00
parent 41a78e21ed
commit 720950141a
No known key found for this signature in database
GPG key ID: AB49BD6B2B3A6377
5 changed files with 79 additions and 86 deletions

3
vimrc
View file

@ -97,9 +97,6 @@ nnoremap <silent><leader>p4 :! p4 edit %<cr>
nnoremap <leader>v <c-w>v<c-w>l
nnoremap <leader>s <c-w>s<c-w>j
" Browser
let g:netrw_browsex_viewer = "browser"
" FZF
nnoremap <silent> <leader>a :Ag<CR>
nnoremap <silent> <leader>f :Files<CR>