ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

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!