Replies: 2 comments 1 reply
-
HUD and menu. Same thing right? Maybe it's confusing for gvim users (maybe menu refers to clickable dropdowns idk). I use just Regardless, I suppose I can figure out how to bind it in vim directly. Just an idea. |
Beta Was this translation helpful? Give feedback.
1 reply
-
With Splice9 v1.0.0-RC3 there is
Still want a way to set up shortcuts for diff options. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This discussion is prompted by #16, opened by @dlamotte.
Good idea; my first thought is what menu? the
HUD
? Some possibilities are a context menu, typically right-click, with options. The window would have checkboxes. If there's non boolean options, there could be text fields and/or radio buttons.What options are important to include? I'll have to look at the code, but wrap might be inherited; don't remember. Would be nice to toggle from inside splice.
Maybe could squeeze one button into the
HUD
, which brings up a config window of some sort. Like the window which comes up when you clickSplice Commands:
. Changing theHUD
as little as possible is a goal (at least for now).And probably want any things that could be done through an options window to be doable through a keyboard shortcut. Wonder what that could look like without too much polution.
In the
DirDiff
vim
plugin there's the following which is a little cumbersome.Beta Was this translation helpful? Give feedback.
All reactions