textual icon indicating copy to clipboard operation
textual copied to clipboard

Separate keybindings for all UI components, implement VI modes

Open zokrezyl opened this issue 1 year ago • 2 comments

Hi,

lot's of folks are comming from vim background. Rich and Textual are great tool, wanted to adapt, but for me the overhead to implement vim mode specific behaviour for my application would be too much. For instance prompt_toolkit is supporting that in the PromptSession, all shell's have vi mode etc. etc.

Any plans for it. Maybe already implemented and I missed something?

Best, Z

zokrezyl avatar Oct 12 '24 09:10 zokrezyl

Thank you for your issue. Give us a little time to review it.

PS. You might want to check the FAQ if you haven't done so already.

This is an automated reply, generated by FAQtory

github-actions[bot] avatar Oct 12 '24 09:10 github-actions[bot]

I'm afraid this is out of scope but good luck. I had to take over ALL my keybindings from so many sources. Pro tip: do it with Python.

matmaer avatar Oct 12 '24 23:10 matmaer