-
|
Is there a way to word wrap text in micro like I could easily do it in vim ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
|
Ctrl-e and type |
Beta Was this translation helpful? Give feedback.
-
|
Thanks a lot !! 😄 |
Beta Was this translation helpful? Give feedback.
-
|
It is possible to bind this to a keybinding? VSCode seems to use alt-z to toggle wrapping, so I tried to recreate that by setting it on by default, and making Alt+z turn it off. There is however no effect from my keybinding: |
Beta Was this translation helpful? Give feedback.

Ctrl-e and type
set softwrap on