Changeset dcd48ad


Ignore:
Timestamp:
Sep 18, 2010, 5:07:40 PM (14 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
1b8c3f8
Parents:
d2fd2f7
git-author:
David Benjamin <davidben@mit.edu> (08/22/10 04:06:49)
git-committer:
David Benjamin <davidben@mit.edu> (09/18/10 17:07:40)
Message:
Disable, for now, the bindings for popless:start-command

They're not very polished, with the contexts and commands situation
being so fluid for now.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • keys.c

    rd2fd2f7 rdcd48ad  
    212212  BIND_CMD("C-g",         "popless:quit", "");
    213213
     214  /* Don't bind popless:start-command for now, as most commands make
     215   * no sense. */
     216#if 0
    214217  BIND_CMD(":",           "popless:start-command",  "start a new command");
    215218  BIND_CMD("M-x",         "popless:start-command",  "start a new command");
     219#endif
    216220
    217221  BIND_CMD("/",   "popless:start-search", "start a search command");
Note: See TracChangeset for help on using the changeset viewer.