aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2017-09-22 21:50:02 -0700
committerkatherine <shmibs@shmibbles.me>2017-09-22 21:50:02 -0700
commitd937ba61393192da32a4bc4f7af1930f48b01b0b (patch)
tree0d019d798853d9b69325c0099375e654cba50611
parent150ffa898bb6714ea15f13f9df5ef2972dc7d04f (diff)
downloaddotfiles-d937ba61393192da32a4bc4f7af1930f48b01b0b.tar.gz
add gundo keybinding
this way won't forget it exists again, maybe X_X
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 456608f..cc0a29b 100644
--- a/.vimrc
+++ b/.vimrc
@@ -58,6 +58,9 @@ nmap ga <Plug>(EasyAlign)
"timeout on keycodes to prevent fcitx-switcher from lagging
set ttimeoutlen=100
+"toggle gundo pane
+nnoremap <Leader>u :GundoToggle<CR>
+
"lightline colours. modded from 16color
function! s:Lightline_palette_init()
let l:black = [ '#000000', 0 ]