summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2012-01-22 00:44:04 -0500
committerJune McEnroe <june@causal.agency>2012-01-22 00:44:04 -0500
commitfd726cf9ed4f9dc789a96578d55eefb8d7e92dae (patch)
tree8186f9377f9cb9536958656a3c81a18ec49d6e83 /.vimrc
parentAdd Gundo (diff)
downloadsrc-fd726cf9ed4f9dc789a96578d55eefb8d7e92dae.tar.gz
src-fd726cf9ed4f9dc789a96578d55eefb8d7e92dae.zip
Add binding for Gundo
Diffstat (limited to '.vimrc')
-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