Explorar o código

nixpkgs/neovim: fix wrong bindings

Thomas Dy %!s(int64=3) %!d(string=hai) anos
pai
achega
e2553c5541
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .config/nixpkgs/neovim/vimrc

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

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