How do we access the terminal in micro, to build or compile code? #3043
-
Micro is a great, efficient text editor. I've worked on Rust, C++ and Python codebases with micro, and the only feature I felt missing was the ability to open an instance of the terminal (bash) within micro to run commands like Upon a quick search on the internet, I found this gist that makes the mention of It would be great if the community can help me navigate through the problem or suggest a solution/work-around. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
You can do |
Beta Was this translation helpful? Give feedback.
-
You also can use default keybinding You also mentioned official docs. If you are about official docs about keybindigs and how to work with them so... Press They will tell you that you can press |
Beta Was this translation helpful? Give feedback.
You also can use default keybinding
Ctrl+b
to run simple one line commandsYou also mentioned official docs. If you are about official docs about keybindigs and how to work with them so... Press
Ctrl+g
to open docsThey will tell you that you can press
Ctrl+e
to run internal micro commands. You need to type therehelp
, spcace and tab and micro will ask you what part of docs you want. You need keybindings so just type it and you will see everything about keybindings