Abin Simon

Results 250 comments of Abin Simon

Checkout this. https://github.com/dzhou121/gonvim/issues/15#issuecomment-305152574. Quoting @dzhou121 > There is a static c library which was compiled in macOS 10.12.5. So probably it doesn't work well in older macOS versions.

Just had a related question. I have installed and set this in iTerm but I am guessing the codepoints(might not be the exact term) is not similar to what is...

Also maybe add a way to set alias for commands in config file

How do you think they trigger something like this? I was thinking something like this: ``` /watch nick /watch phrase ``` we might also have to come up with some...

I tried out a few stuff and it seems like `Tab` in `tabbed.rs` is the best option to implement the code. We could still do something of this sort but...

Unless we know the nick we cannot differentiate between messages got from the server and typed by the user. At least that is what I understand.

Maybe we should have a more general interface to implement autocomplete. Commands can provide a list of possible completions and we can use it to autocomplete. Also disable `nick` autocompete...

For people using NixOS, adding this seems to fix the issue. Use this instead of just mentioning Emacs in `home.packages`. ``` programs.emacs = { enable = true; extraPackages = epkgs:...

Maybe add two types of modals. Full width as well as those need to just stay in the center. ![](https://i.imgur.com/KsTrutB.png)