Explorar el Código

nixpkgs/neovim: fix wrong bindings

Thomas Dy hace 3 años
padre
commit
e2553c5541
Se han modificado 1 ficheros con 2 adiciones y 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>