Hayato Ohhashi

Results 15 comments of Hayato Ohhashi

bindings example: ```json "key": "m", "name": "+Major", "icon": "code", "type": "conditional", "bindings": [ { "key": "inSearchEditor", "name": "search editor", "type": "bindings", "bindings": [ { "key": "l", "name": "Toggle context lines",...

When I tested my draft configuration, it worked with `"key": "inSearchEditor"`. However, should I implement it using the suggested method using `whichkey.triggerKey`?

I'm using VSpcaeCode and Awesome Emacs Keymap together to experience a behavior similar to spacemacs(hybrid).

If the key bindings conflict, change "When Expression" in "Awesome Emacs Keymap". For example, `vim.mode ! = 'Normal'`. Then the conflicting emacs key bindings can be used except in normal...

I've been relying on spacemacs hybrid style for so long that it's impossible to leave from it. I'm sure there are many others like me. The following is an example...

> If the answer is yes, o8vm, do you want to write the docs in https://github.com/VSpaceCode/vspacecode.github.io ? Yes. I will update the documentation on this key binding if necessary. There...

I will document hybrid style when I have time and send a pull request to https://github.com/VSpaceCode/vspacecode.github.io.

I put a prototype VSpaceCode badge on my project🤭. https://github.com/o8vm/octox

Hi! Thanks for the information of your fat32 crate. Your implementation looks very nice and clean. I've been referring to it since the first implementation! > I'm rewriting the fat32...

Thank you! I'll be sure to check it out when I get time.