Alison Winters

Results 66 comments of Alison Winters

Thanks for that! I didn't realize you could hide these things manually through the UI. It's a bit annoying it can't seem to be configured in a file anywhere so...

I think the reason why this is happening is because of the following commit: a5578ac5670b6c8739ce9e12f8045a17dbcd8823 The default behavior of `getColumnCanGlobalFilter` will now return true for any columns that are either...

I agree with this pull request and would definitely support merging it. From my perspective **all** sexual attention and advances are unwelcome in the context of contributing to open source...

I had the same problem and gave up on trying to use AlmaLinux, which is based on RHEL, which seems like it will never support `iptables-legacy`: https://bugzilla.redhat.com/show_bug.cgi?id=1873474 Fortunately now you...

Support for `gj`, `gk`, `g0`, `g^`, `g$` and `gm` has been merged and will be available in the next release. There are some unavoidable quirks around flashing/jumping cursor, and there...

Have you seen this problem happen again in more recent versions of VS Code and amVim?

This can be solved with the override: ```json { "key": "escape", "command": "amVim.escape", "when": "amVim.mode == 'INSERT' && editorFocus && findWidgetVisible && !isComposing" }, ``` I feel like this perhaps...

For reference: in 96cb3f5b0 we started redeclaring the default escape keybindings in our own `package.json`, to avoid the amVim escape from hijacking built-in escape behavior. Since that commit dozens of...

In the upcoming release of amVim extension `gj` and `gk` are supported, which will allow you to move over a fold without popping it open. We are also looking into...

I have just merged the functionality to publish `amVim.waitingForInput` context (see #303), which will allow those of you using solutions like the one @kola-web provided to more specifically target navigation...