From 1082b5aa35f077da280333e68e733d55f4b1b13d Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sat, 23 Feb 2019 14:47:06 -0500 Subject: Add support for gundo --- inc/gundo.vim | 1 + inc/rebinds.vim | 1 + 2 files changed, 2 insertions(+) create mode 100644 inc/gundo.vim (limited to 'inc') diff --git a/inc/gundo.vim b/inc/gundo.vim new file mode 100644 index 0000000..bdcb82a --- /dev/null +++ b/inc/gundo.vim @@ -0,0 +1 @@ +let g:gundo_prefer_python3 = 1 diff --git a/inc/rebinds.vim b/inc/rebinds.vim index fb14324..cacef62 100644 --- a/inc/rebinds.vim +++ b/inc/rebinds.vim @@ -11,3 +11,4 @@ map :NERDTreeToggle nmap [ :AcpDisable nmap ] :AcpEnable +nnoremap :GundoToggle -- cgit v1.2.3