Changeset 039213e for examples


Ignore:
Timestamp:
Jun 30, 2002, 12:22:20 PM (22 years ago)
Author:
Erik Nygren <nygren@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
6794f72
Parents:
8ee73f8d
Message:
Changed default of maxwrapcols to 0 and made docs more clear.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/owlconf.erik

    r8ee73f8d r039213e  
    125125    owl::command("bindkey recv M-K command ( smartnarrow ; delete view ; expunge ; view all )");
    126126
    127     # toggle between a view and a smartnarrow with TAB
     127    # Toggle between a view and a smartnarrow with TAB.
     128    # Note that you probably want to use something other than TAB as
     129    # it will have another binding in a future version of owl.
    128130    owl::command("alias swapview perl swapview();");
    129131    owl::command("bindkey recv C-i command swapview");
Note: See TracChangeset for help on using the changeset viewer.