From 96e011fd75613e9fe8adc55074427b9bd76691e7 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 5 Mar 2021 13:09:42 +0100 Subject: Updated mutt urlscan binding to be consistent with newsboat/qutebrowser, Updated fzf.vim to only list files tracked by git, Added the default branch name of git to master --- config/vim/vimrc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'config/vim') diff --git a/config/vim/vimrc b/config/vim/vimrc index 8b1aa53..f0a679d 100644 --- a/config/vim/vimrc +++ b/config/vim/vimrc @@ -274,15 +274,15 @@ set wildignore=*/doc/*,*/tmp/*,*.o,*.so,*.a,*.swp,*.zip,*/node_modules/*,*/vendo " ctrlp {{{ " ctrlp ignore all stuff in the .gitignore -let g:ctrlp_user_command = ['.git', 'cd %s && git ls-files -co --exclude-standard'] -let g:ctrlp_working_path_mode = 'rw' -let g:ctrlp_mruf_case_sensitive = 0 - -nnoremap p :CtrlPTag +" let g:ctrlp_user_command = ['.git', 'cd %s && git ls-files -co --exclude-standard'] +" let g:ctrlp_working_path_mode = 'rw' +" let g:ctrlp_mruf_case_sensitive = 0 +" +" nnoremap p :CtrlPTag " }}} " fzf.vim {{{ -nnoremap :Files +nnoremap :GFiles nnoremap p :Tags " }}} @@ -307,7 +307,7 @@ nnoremap v :call setreg("\"", system("xclip -selection clipboard -o"))