diff options
author | June McEnroe <june@causal.agency> | 2012-01-22 00:44:04 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2012-01-22 00:44:04 -0500 |
commit | fd726cf9ed4f9dc789a96578d55eefb8d7e92dae (patch) | |
tree | 8186f9377f9cb9536958656a3c81a18ec49d6e83 | |
parent | Add Gundo (diff) | |
download | src-fd726cf9ed4f9dc789a96578d55eefb8d7e92dae.tar.gz src-fd726cf9ed4f9dc789a96578d55eefb8d7e92dae.zip |
Add binding for Gundo
-rw-r--r-- | .vimrc | 2 |
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 |