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
Previously, @t9md suggested that I could delete using x without going to the clipboard by extending the DeleteRight class in my init.coffee, like this:
This has worked well for me, but it will be broken by #895. The solution is to convert to ES6 (from coffeescript) in init.js
In the meantime, I was wondering if we could enhance VMP to make this a setting instead of an extension. As a setting, it would be similar to the existing "Don't update register on change or substitute" setting.
The text was updated successfully, but these errors were encountered:
Previously, @t9md suggested that I could delete using
x
without going to the clipboard by extending the DeleteRight class in my init.coffee, like this:This has worked well for me, but it will be broken by #895. The solution is to convert to ES6 (from coffeescript) in init.js
In the meantime, I was wondering if we could enhance VMP to make this a setting instead of an extension. As a setting, it would be similar to the existing "Don't update register on change or substitute" setting.
The text was updated successfully, but these errors were encountered: