hecal3 / vim-leader-guide

295 stars 21 forks source link

add leaderGuide_toggle_show #41

Open zhenyangze opened 7 years ago

zhenyangze commented 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
zhenyangze commented 7 years ago

Wait, has a bug...

zhenyangze commented 7 years ago

Any one person?

ScrumpyJack commented 6 years ago

Would be nice to have this in master