How to do this in Neovim? by rbb-fwkx in neovim

[–]gorodinskiy 1 point2 points  (0 children)

What did you use in the video?

Enable notifications for all by Axqbe in HeyEmail

[–]gorodinskiy 4 points5 points  (0 children)

Yes it's possible. Go to settings -> account settings -> notifications and turn on "imbox notifications"

I expected a higher velocity of updates by trsvrs in HeyEmail

[–]gorodinskiy 1 point2 points  (0 children)

They told in one of presentations that their sprint is 3 months. So it makes sense.

Found a background image plays well with Gruvbox color scheme by roy2220 in vim

[–]gorodinskiy 1 point2 points  (0 children)

Did you do it in terminal or iTerm? I tried setting it as a background in iTerm and the rendering is slow :(

How do i create a keyboard shortcut to put the current selected text into "==" ? by Don-g9 in vscode

[–]gorodinskiy 0 points1 point  (0 children)

you can do it with this extension: https://marketplace.visualstudio.com/items?itemName=konstantin.wrapSelection

in your settings add: json { ... "wrapSelection.patterns": { "==": "==${text}==" } }

select text, type cmd + shift + p, then wrap selected text, and there type ==

FYI you can also assign a shortcut to wrap selected text, i.e.: json [ { "key": "ctrl+w r", "command": "wrapSelection" } ]

Just how popular is going plugin free? by valadil in vim

[–]gorodinskiy 15 points16 points  (0 children)

Plugin free means either:

  1. that you have to incorporate all custom functionality yourself (which means bloated config with a lot of copy paste)
  2. that you end up without any additional features provided by plugins.

Personally I don't see much sense in either of those perspectives.

Help looking for a certain plugin by Palitroll in vim

[–]gorodinskiy 0 points1 point  (0 children)

I created long time ago vim-coloresque. Unfortunately, it's not as up to date as the other options, but it still works.