waldini
waldini
> Workaround to open in a new tab: Hold CTRL and click the item Thank you! I gave that a try, and while that does open a right-click drop down,...
Within the Aider interface you can simply enter `/help` at any time to print out a full list of available commands. One of them is exactly what you're looking for:...
Maybe you already have a workaround you're using and would simply like to see this feature natively integrated - but if you want an immediate (and quite elegant) fix, I'd...
Actually that Workona looks way better! Going to have to give that a try!
Encountering the same issue on an x86 Mac.
> super trivial, here's an example: do something like > > ```shell > ./cursor-0.10.4.AppImage --appimage-extract > ${EDITOR} squash-fs/cursor/resources/app/out/vs/base/parts/sandbox/electron-sandbox/preload.js > ``` > > In the file then add something like this:...
I got an updated version of @kristopolous's `preload.js` fix working again on Cursor version 0.42.3 - see below: ```js setTimeout(() => { const aiChatPanel = document.querySelector('.aichat-container'); if (aiChatPanel) { document.querySelector('.aichat-container').style.fontSize...
> > The following font resizing code is valid after validation of this version (the latest version currently available) : > >  > > You can directly find and...