how can I quite from rosed after I finished editing?
Hi ! i have edited CMakeList.txt by rosed command. how can I quite from rosed after I finished editing?
i need your help thanks !
Asked by jiashiwei on 2016-05-06 02:59:11 UTC
Answers
rosed is just an interface with tab completion for accessing files in ros packages and editing them with vim. Here are some basic vim commands.
In your case, after editing a file just type :
followed by wq
and then Enter
.
Asked by Mehdi. on 2016-05-06 04:18:27 UTC
Comments
solved. Mehdi, thanks a lot !
Asked by jiashiwei on 2016-05-06 04:53:15 UTC
Comments