aboutsummaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/gundo.vim1
-rw-r--r--inc/rebinds.vim1
2 files changed, 2 insertions, 0 deletions
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 <C-n> :NERDTreeToggle<CR>
nmap <leader> [ :AcpDisable<CR>
nmap <leader> ] :AcpEnable<CR>
+nnoremap <F5> :GundoToggle<CR>