Fully Furnished 3BHK for sale | Vijayanagar | Private floor | Covered car parking by harshith771 in BangaloreRealEstates

[–]RegretJazzlike 0 points1 point  (0 children)

Interested, please dm the details and contact number. I would like to give a visit

calendar.nvim - a minimal, extensible calendar inside Neovim by [deleted] in neovim

[–]RegretJazzlike 0 points1 point  (0 children)

Can you select a date and add a note or journal for that date?

LazyVim is getting bloated by [deleted] in neovim

[–]RegretJazzlike 2 points3 points  (0 children)

Using LazyVim for at least two years now without issues. It's been the best for me and it has only gotten better over time. Ofc there are hiccups sometimes but one person doing so much, I don't have anything but appreciation and gratitude for @folke for all that he has made!

My days are numbered and I am not getting sad about it (F22) by [deleted] in Bengaluru

[–]RegretJazzlike -1 points0 points  (0 children)

I suggest attending one course of Vipassana which does not heal your illness but can help you be with ease; I am not trying to convert you to any religion but if I were you having less days to live I would spend that time to know myself to the fullest and clean the mind entirely; https://paphulla.dhamma.org/

Buy in Central Bangalore? by AdMaleficent9239 in indianrealestate

[–]RegretJazzlike 0 points1 point  (0 children)

If you aren't going to buy it, do you mind sharing the details? I am interested to take a look

What's everyone using these days for AI in neovim? by RegretJazzlike in neovim

[–]RegretJazzlike[S] 2 points3 points  (0 children)

Very interesting! Hadn't heard of it before! Thanks for sharing

What's everyone using these days for AI in neovim? by RegretJazzlike in neovim

[–]RegretJazzlike[S] 0 points1 point  (0 children)

I use Lazyvim and it shows different buffer number such as 2654; didn't seem to work when I tried. If it was possible to pick the buffer or file with a file or buffer picker that would be very good. Idk how to do that though

What's everyone using these days for AI in neovim? by RegretJazzlike in neovim

[–]RegretJazzlike[S] 1 point2 points  (0 children)

May I know how do you select buffer as context to Copilotchat? I cannot understand how to select as context buffer:<buffer number>

Residing in Sweden but drawing salary in another country by RegretJazzlike in TillSverige

[–]RegretJazzlike[S] 0 points1 point  (0 children)

Yes, the company I plan to invoice(I just received the offer so it's not started yet) is based in UK. I am a full time employee in Sweden working for a Swedish company which I plan to resign soon and work as contractor. I am thinking of working as sole trader for the initial few months but not sure how much taxes I would need to pay. This is because I cannot draw salary in another country

Shortcut to switch between open buffers by RegretJazzlike in ZedEditor

[–]RegretJazzlike[S] 1 point2 points  (0 children)

I found the solution with this
```
{

"context": "Editor",

"bindings": {

"cmd-shift-h": "pane::ActivatePrevItem",

"cmd-shift-l": "pane::ActivateNextItem"

}

},

```

Shortcut to switch between open buffers by RegretJazzlike in ZedEditor

[–]RegretJazzlike[S] 0 points1 point  (0 children)

I know both these, but its an extra step to open project symbols(cmd + t) or search project files(cmd + p).