Remove duplicate binds
diff --git a/modules/neovim/git/binds.vim b/modules/neovim/git/binds.vim
index 4d4ad8c..b07bfbe 100644
--- a/modules/neovim/git/binds.vim
+++ b/modules/neovim/git/binds.vim
@@ -1,19 +1 @@
-let mapleader = ","
-set whichwrap=b,s,<,>,[,]
-
-vnoremap // y/\V<C-R>=escape(@",'/\')<CR><CR>
-
-fun! SetupCommandAlias(from, to)
- exec 'cnoreabbrev <expr> '.a:from
- \ .' ((getcmdtype() is# ":" && getcmdline() is# "'.a:from.'")'
- \ .'? ("'.a:to.'") : ("'.a:from.'"))'
-endfun
-
-command W w
-command Wq wq
-call SetupCommandAlias("git","Git")
-
-set ignorecase
-set smartcase
-
-set expandtab
+call g:SetupCommandAlias("git","Git")