Alexsander Falcucci

Results 48 comments of Alexsander Falcucci

Some extra instructions was add at our [documentation](https://neovide.dev/installation.html#mac) to help out during installation.

@Kethku that looks interesting. As it says, neovim doesn't create them by default. I think we could go against that and add our simplest default menu items (as it is...

@polachok could you disable tabbing items from the Window menu? you can do that changing the tab mode completely using ```rust // Disallow tabbing mode to prevent the window from...

@Kethku @fredizzimo I guess we could proceed with the macOS blurring I've implemented at #2273 after our fix #2272 gets merged, so we could merge your blurred windows OS based...

``` vim.keymap.set("i", "", "+") -- paste (insert) vim.keymap.set("n", "", "i+l") -- paste (normal) vim.keymap.set("x", "", '"+P') -- paste (visual) vim.keymap.set("c", "", "+") -- paste (command) ``` @9mm did you manage...

@9mm thank you, but didn't work. gonna look better in the docs

@lkhphuc thank you, works like a charm!

@vbrinnel thank you, I was going to suggest karabiner as a great candidate solution which I use for years. Karabiner it's even better cuz it works globally independently of the...

> I had the same problem. Culprit was my `.bash_profile` or `.bashrc` config which printed something to `stderr` which then causes `neovide` to abort startup at it expects empty `stderr`....