From b980970a7d6f63da3e6d3553b57af92bd612b24b Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 25 May 2014 16:02:14 -0400 Subject: vimrc: add gu mapping to toggle Gundo --- vimrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 64b8c18..75c5900 100644 --- a/vimrc +++ b/vimrc @@ -153,6 +153,7 @@ " * If in insert mode I press Ctrl-u to delete a line or Ctrl-w to " delete a word, add those changes to the undo history so that I can " go back and don't have to remember what I typed if I want to undo. +" * Add gu mapping to toggle Gundo " @@ -360,6 +361,10 @@ if exists('g:colors_name') && g:colors_name ==# 'twilight256' endif +" Gundo +nnoremap gu :GundoToggle + + " Mappings " ======== -- cgit v1.2.3