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
Thank you so much for wasavi - it is fantastic, and a bunch of people on my team have adopted it since we discovered it last week.
It would be great to configure a key sequence to execute in the browser context after wasavi exits.
As an example, I'm using wasavi mostly to execute complicated search queries. When I exit wasavi, about 99% of the time I immediately hit Cmd-Enter to submit my newly edited text back to the server.
This could be configured within wasavi's "manage" page, or - even better- directly within exrc as keystrokes to be executed by the plugin when the editing window exits. Something like this:
" control-enter to save-and-exit-wasavi & then send alt-enter to the browser
map <C-enter> :wq<enter><D-enter>
The text was updated successfully, but these errors were encountered:
Thank you so much for wasavi - it is fantastic, and a bunch of people on my team have adopted it since we discovered it last week.
It would be great to configure a key sequence to execute in the browser context after wasavi exits.
As an example, I'm using wasavi mostly to execute complicated search queries. When I exit wasavi, about 99% of the time I immediately hit Cmd-Enter to submit my newly edited text back to the server.
This could be configured within wasavi's "manage" page, or - even better- directly within
exrc
as keystrokes to be executed by the plugin when the editing window exits. Something like this:The text was updated successfully, but these errors were encountered: