Neko Box Coder

Results 127 comments of Neko Box Coder

@dmaluka I just resolved the conflicts but I don't really remember what was the exact outcome of the conversation, I thought we decided the current implementation was good. Let me...

Okay, I remember now. The PR changed the implementations such that - `TryBindKey()` doesn't write to `bindings.json` no matter what - `SetGlobalOption()` now just uses `RegisterGlobalOption()` which also doesn't write...

I don't remember this happening to me when using Windows, I have `"keepautoindent": true,` and `"smartpaste": false,`

@elzik Please refer back to @niten94 's temporary solution, in particular > * temporarily enabling `paste` option when pasting (`> set paste on|off`) > > * using `Paste` action in...

@elzik > It should be solvable; other similar editors such as [edit ](https://github.com/microsoft/edit)appear to paste as expected ... Yeah, I have tested it on Windows terminal, it is working as...

@shajra Could you tell me what permissions for the fine-grained token needs?

Couldn't you do the same thing by running the `NewTabCmd()` and just get the buffer with `micro.CurPane().Buf`? Unless you have a reason to hoist the `*Tab` and not add it...

@EricLamphere I think my plugin should acheive what you want. https://github.com/Neko-Box-Coder/MicroOmni?tab=readme-ov-file#-global-cursor-history

Nice, glad to see there's horizontal scroll be implemented. This is always something slightly annoying me but not enough for me to go and implement one :sweat_smile: > 1. Is...

Yeah, this is because of how we are handling shell commands. We don't go through the shell, but instead run the program directly. So in this case we are passing...