You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to hide a keybinding added to vim-leader-guide?
As an example, I want to emulate the Spacemacs behaviour of having commands for <Space> 1 going to <Space> 9 for switching to windows. Currently, plainly adding them adds a lot of noise with 1, 2, 3 etc, cluttering the UI. I'm aiming at hiding their keybinding and simply showing a [0-9] instead.
To make it a bit clearer, this is my current view in vim,
The text was updated successfully, but these errors were encountered:
@spinks awesome! :) That'll allow me to greatly clean up my overview. I'll keep this open, until your fork (if ever) gets merged though, for visibility.
Heya,
Is it possible to hide a keybinding added to vim-leader-guide?
As an example, I want to emulate the Spacemacs behaviour of having commands for
<Space> 1
going to<Space> 9
for switching to windows. Currently, plainly adding them adds a lot of noise with1
,2
,3
etc, cluttering the UI. I'm aiming at hiding their keybinding and simply showing a[0-9]
instead.To make it a bit clearer, this is my current view in vim,
The text was updated successfully, but these errors were encountered: