Skip to content

Instantly share code, notes, and snippets.

@koichiro
Created August 18, 2009 09:42
Show Gist options
  • Save koichiro/169646 to your computer and use it in GitHub Desktop.
Save koichiro/169646 to your computer and use it in GitHub Desktop.
# -*- coding: utf-8 -*-
#
#config.plugins.alias.aliases = {:e => 'exit', :q => 'exit'}
#
module Termtter::Client
register_alias(:e, 'exit')
register_alias(:q, 'exit')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment