ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
![]() | 1 | initial version |
If you want to change your editor to something (I prefer nano), try:
echo "export EDITOR=nano" >> ~/.bashrc && source ~/.bashrc
When editing with nano, the command to save is control + o
. Then exit with control + x
. Simple enough!