santinic / how2

AI for the Command Line
https://how2terminal.com
MIT License
5.72k stars 154 forks source link

Not handling <kdb> balisa. #25

Closed MorganMaison closed 3 months ago

MorganMaison commented 8 years ago

To reproduce :

how2 -l vi indent multiple lines quicly

Use the <kbd>></kbd> command. To indent 5 lines, <kbd>5</kbd><kbd>></kbd><kbd>></kbd>. To mark a block of lines and indent it, <kbd>V</kbd><kbd>j</kbd><kbd>j</kbd><kbd>></kbd> to indent 3 lines (vim only). To indent a curly-braces block, put your cursor on one of the curly braces and use <kbd>></kbd><kbd>%</kbd>.
....

It's really cumbersome to read but I don't know how it should be displayed on the cli. Can a background color do the trick ?

danielkop commented 8 years ago

@santinic How's #51 as a solution to this issue?