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
Hi. Exciting project. I was happy to buy the lifetime license to support future development.
It's not yet ready for me to use for actual work so I don't have extensive feedback but I do have two big feature requests which I'm posting in two tickets. I might note some of the glitches etc I've encountered later but I'm sure you're overwhelmed with those now.
Feature Request: let an Oni2 command that sends vimscript be writable in the keybindings file
This sounds like it goes alongside and possibly is related to the new PR: #805
I think that this further syntax / a similar syntax is potentially useful still since I think there is some keybinds that vim can not distinguish between, that we can distinguish between at the Oni2 layer. This would allow the binds that vim can't understand to be used still.
…2397)
A simple change that allows keybindings to invoke ex commands directly, and could address quite a few of the requests in #1423. The downside of doing this instead of implementing proper commands is of course that they won't be discoverable through the command palette, but this doesn't prevent proper commands to be added either, so I think it might be a nice convenient stop-gap solution to unblock people at least.
Example:
```
{key: "kk", command: ":split", when: "editorTextFocus"}
```
Let me know if you think this is a viable approach @bryphe, then I'll add a few integration tests before it's merged.
Fixes#807
Hi. Exciting project. I was happy to buy the lifetime license to support future development.
It's not yet ready for me to use for actual work so I don't have extensive feedback but I do have two big feature requests which I'm posting in two tickets. I might note some of the glitches etc I've encountered later but I'm sure you're overwhelmed with those now.
Feature Request: let an Oni2 command that sends vimscript be writable in the keybindings file
I picture myself then doing something like this:
The text was updated successfully, but these errors were encountered: