From 2ac0e7c2dcd98595ec36c957c99068d5087b93d8 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 20 Jun 2021 10:41:59 +0200 Subject: Updated vimrc fzf GFiles to show untracked files aswell, Updated qutebrowser binding close tab to dd instead of d, Added julia startup.jl to have navigation history vim bindings --- config/vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/vim/vimrc') diff --git a/config/vim/vimrc b/config/vim/vimrc index 53a6b62..8debac1 100644 --- a/config/vim/vimrc +++ b/config/vim/vimrc @@ -282,7 +282,7 @@ set wildignore=*/doc/*,*/tmp/*,*.o,*.so,*.a,*.swp,*.zip,*/node_modules/*,*/vendo " }}} " fzf.vim {{{ -nnoremap :GFiles +nnoremap :GFiles --exclude-standard --others --cached nnoremap p :Tags " }}} -- cgit