Arijit Basu

Results 135 comments of Arijit Basu

Hey have you followed [this instructions](https://xplr.dev/en/install#android)?

Hmm I'm also getting some error with local build. Will investigate later.

I wanted to keep App free of references. App should be an owned, serializable object. On the other hand, we have non-serializable objects like the terminal, channels, Lua VM etc....

As for the keybindings, I agree it's a bit of a challenge to test. Need to steal ideas from other tui projects.

Hi, you can easily overwrite the default config. See https://xplr.dev/en/configuration ```lua xplr.config.modes.builtin.action.key_bindings.on_key["!"].messages = { { Call = { command = "zsh", args = { "-i" } } }, "ExplorePwdAsync", "PopMode",...

I guess that's the expected behavior. However, I believe a lot of zsh users (like me) are using oh-my-zsh and [there's an issue that require some workaround](https://github.com/ohmyzsh/ohmyzsh/issues/9859) to get xplr...

Hey awesome work! I'll try them out and provide feedback. I as of now don't know if anyone's working on it, but I'll give a shoutout to the community to...

Please give me some time to play around with the plugins. I'll be able to answer the remaining questions after that.

Hey @fhill2 I was trying it out but ran into this. ``` Error detected while processing /home/sayanarijit/.config/nvim/init.vim: line 785: E5108: Error executing lua /home/sayanarijit/.vim/plugged/xplr.nvim/lua/xplr.lua:2: module 'log1' not found: no field...

Also, I think it's better to add the lua dependencies as git submodules instead of requesting the users to install luarocks.