Skip to content

Instantly share code, notes, and snippets.

@kor01
Created June 26, 2017 14:01
Show Gist options
  • Save kor01/e269e1961b7a0c935a1ece2676629447 to your computer and use it in GitHub Desktop.
Save kor01/e269e1961b7a0c935a1ece2676629447 to your computer and use it in GitHub Desktop.
[ros edit] edit ros files #ros
rosed [package_name] [filename]
rosed roscpp Logger.msg
# list all editable files
rosed [package_name] <tab><tab>
# set editor
export EDITOR='emacs -nw'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment