Browse Source

nixpkgs/neovim: fix wrong bindings

Thomas Dy 3 years ago
parent
commit
e2553c5541
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .config/nixpkgs/neovim/vimrc

+ 2 - 2
.config/nixpkgs/neovim/vimrc

@@ -79,11 +79,11 @@ elseif executable('ag')
 endif
 endif
 
 
 " git
 " git
-nnoremap <Leader>gs :Git status<CR>
+nnoremap <Leader>gs :Git<CR>
 nnoremap <Leader>gb :Merginal<CR>
 nnoremap <Leader>gb :Merginal<CR>
 
 
 " undo tree
 " undo tree
-nnoremap <Leader>ut :GundoToggle<CR>
+nnoremap <Leader>ut :UndotreeToggle<CR>
 
 
 " vimrc
 " vimrc
 nnoremap <Leader>ve :vsplit $MYVIMRC<CR>
 nnoremap <Leader>ve :vsplit $MYVIMRC<CR>