Open zhenyangze opened 7 years ago
You can toggle it off (just not show the shortcut window) and then reopen it
map <leader>lt :LeaderGuideToggle<CR>
If You just want to use the keyMap and not show the shortcut window, you should stick this in your vimrc:
let g:leaderGuide_toggle_show = 0
Wait, has a bug...
Any one person?
Would be nice to have this in master
You can toggle it off (just not show the shortcut window) and then reopen it
If You just want to use the keyMap and not show the shortcut window, you should stick this in your vimrc: