fnuttens

Results 25 comments of fnuttens

I guess it wouldn't be too difficult covering sections as well with this new feature 🙂 And yes, multiple cursors require more effort than necessary, that's the perfect way to...

I have the same issue, thankfully the plugin is still usable with the legacy editor.

@lepapareil you are using curl with the schannel backend, which doesn’t support loading a client certificate from a PEM file. You have to load the certificate from Windows’ certificate store...

Here are the logs of a short session where I try to switch to status tab 3 times using the number row and finally do it using the numpad: ```log...

@binhtran432k your workaround doesn't cover interactive zoxide calls (`zi`). I suggest this one: ```nu zoxide init nushell | str replace --all "-- $rest" "-- ...$rest" | save -f ~/.zoxide.nu ```

@st-clair-clarke you mean your version of zoxide still rejects nushell as a shell? Are you sure you're using zoxide `0.9.2`?

@savente93 I reproduce the out-of-view cursor issue, see https://asciinema.org/a/STgXxVUSqk87aKWRKCVrf874Z

@savente93 LGTM 😃

Tested with local build of Helix, this solves related issues (https://github.com/helix-editor/helix/issues/5718 and https://github.com/helix-editor/helix/issues/7129) 🎉 Thank you so much for your work @Geobert!

Shift-number is possible using the numrow layer, so I don’t quite understand what problem you are trying to solve here 🤔