F Silvain wrote:
Hey hey Joel,
in the .namarc config file, you have a section to
bind
keys to functions. Would it be possible to bind keys to
actual commands? If so, things like dropping marks could
be easily solved, as well as other commands, that don't
need extra parameters or options. Just an idea...
Well, you can already do it like this:
hotkeys:
Escape: process_command('some_command')
turning it around, we could have:
Escape: some_command
or
Escape: eval some($perl{code});
--
Joel Roth