diff options
author | katherine <shmibs@shmibbles.me> | 2017-09-22 21:50:02 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2017-09-22 21:50:02 -0700 |
commit | d937ba61393192da32a4bc4f7af1930f48b01b0b (patch) | |
tree | 0d019d798853d9b69325c0099375e654cba50611 | |
parent | 150ffa898bb6714ea15f13f9df5ef2972dc7d04f (diff) | |
download | dotfiles-d937ba61393192da32a4bc4f7af1930f48b01b0b.tar.gz |
add gundo keybinding
this way won't forget it exists again, maybe X_X
-rw-r--r-- | .vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ] |