Changeset b30c256 for perl/lib/BarnOwl
- Timestamp:
- Mar 7, 2010, 6:56:51 PM (15 years ago)
- Branches:
- master, release-1.10, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 43e8bb2
- Parents:
- d64f963
- git-author:
- David Benjamin <davidben@mit.edu> (10/24/09 14:51:10)
- git-committer:
- David Benjamin <davidben@mit.edu> (03/07/10 18:56:51)
- Location:
- perl/lib/BarnOwl
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/lib/BarnOwl/Hooks.pm
r7574eed rb30c256 108 108 "This is the function responsible for tab-completion." 109 109 }); 110 BarnOwl::new_command('edit:help' => \&BarnOwl::Help::show_help, 111 { 112 summary => "Display help for the current command", 113 usage => "help", 114 description => 115 "Opens the help information on the current command.\n" . 116 "Returns to the previous editing context afterwards.\n\n" . 117 "SEE ALSO: help" 118 }); 110 119 BarnOwl::bindkey(editline => TAB => command => 'edit:complete'); 120 BarnOwl::bindkey(editline => 'M-h' => command => 'edit:help'); 111 121 } 112 122
Note: See TracChangeset
for help on using the changeset viewer.