class Utils::Editor

def stop

def stop
  started? and edit_remote_send('<ESC>:qa<CR>')
end