Sergey

@kuzn
0 Followers
21 Following
8 Posts

TIL 2:
Tmux doesn't support true colors by default.

I was developing my neovim color scheme and was quite surprised that changing contrast makes red color look grey.😭 🤦‍♂️

#tmux

TIL:
There is a bug in macos: GUI for firewall doesn't work well:
https://discussions.apple.com/thread/254361424

But CLI works fine.
So to actually turn firewall off use:
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off

And to create an exception for your app:
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --unblockapp <absolute path to app>

#macos #network #cli

Firewall settings not saving - Apple Community

https://github.com/rest-nvim/rest.nvim
Very cool plugin to send http requests from nvim. Thanks to the developers!
#neovim #neovimPlugin
GitHub - rest-nvim/rest.nvim: A very fast, powerful, extensible and asynchronous Neovim HTTP client written in Lua.

A very fast, powerful, extensible and asynchronous Neovim HTTP client written in Lua. - rest-nvim/rest.nvim

GitHub