twio142
twio142
Hi, thanks for fixing the caret mode. :) But there's one little bug here: In caret mode, forward word jumping using `w` or `e` acts just like in visual mode,...
@104979058 Always the same... No matter which port. ``` Exception: [SocketCore.cc:312] errorCode=1 Failed to bind a socket, cause: Address already in use 2022-08-12 13:05:22.185093 [ERROR] [MultiUrlRequestInfo.cc:297] Exception caught Exception: [DownloadEngineFactory.cc:219]...
Alternatively, use the app's file name as a fallback (in case the app title's initial is not usable).
It's most likely because Vimium suppresses other keyboard shortcuts in its visual mode (in order to prevent its own normal mode shortcuts from conflicting). I altered Vimium to use `return`...
@robertknight In [`content_scripts/mode_visual.js`](https://github.com/philc/vimium/blob/master/content_scripts/mode_visual.js#L259), from line 259: ``` javascript - this.yank(); + this.shouldRetainSelectionOnExit = true; + this.exit(); return this.suppressEvent; ```
I actually found a better solution to integrate those hotkeys into Vimium. Still in the same document [content_scripts/mode_visual.js](https://github.com/philc/vimium/blob/master/content_scripts/mode_visual.js#L400), after line 400, under `VisualMode.prototype.movements`: ``` JavaScript "a"() { document.querySelector("hypothesis-adder")?.shadowRoot.querySelector("button[aria-label='Annotate (a)']")?.click(); this.exit();...
Same. This appears if Typora window was hided or minimized at the time the system UI changed.
Everyday I'm wondering why this is still not possible... How difficult could it be, and why is it not the very next thing in the development plan, just... why??? (would...
Same here. Have to restart Zotero every time for any changes to the libraries to be synced in the workflow.
@Laharah Thanks for the additional informations. Though this is not exactly the same thing I was talking about. What I meant was the `selection` object offered by `jscommand` and `jsfile`,...