vim-leader-guide icon indicating copy to clipboard operation
vim-leader-guide copied to clipboard

add leaderGuide_toggle_show

Open zhenyangze opened this issue 7 years ago • 3 comments

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 avatar May 09 '17 08:05 zhenyangze