summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index b023e02f..94772f0c 100644
--- a/.vimrc
+++ b/.vimrc
@@ -110,5 +110,7 @@ nmap <silent> <leader>gs :Gstatus<CR>
 nmap <silent> <leader>gc :Gcommit<CR>
 nmap <silent> <leader>gp :Git push<CR>
 
+nnoremap <leader>u :GundoToggle<CR>
+
 " Custom commands
 command! W :w
lors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe