# File lib/sup/modes/file-browser-mode.rb, line 33
  def back
    return if @dirs.size == 1
    @dirs.pop
    reload
  end