bharat

Results 6 comments of bharat

``` - { key: LBracket, mods: Command|Shift, chars: "\x1b{" } - { key: RBracket, mods: Command|Shift, chars: "\x1b}" } ``` Use this to bind next/previous - buffer in terminal emacs....

I was able to fix this `bad credentials` issue by adding the following to ~/.ssh/config. User is important. ``` Host github Hostname github.com User git IdentityFile path/to/id/file ```

I am getting a similar message when the cursor is on '>' character in '=>' in react-layer.

Hey @manufactory. Thanks for logging the bug. But I have moved back to neovim for more than a year now. If you know how to fix this and raise a...

Thanks. At the moment it is only for emacs with gui. Are you asking for a theme for emacs in terminal or theme for the terminal?

I will give it a try. The colors used in Exotica are very bright. To make it work on all terminals, it has to be 8bit instead of 24bit. Let...