> > Is there an easy way to switch to a configuration which uses just a > > single prefix key? (Such a configuration would be as Emacs-friendly > > as possible, I think.)
If you're looking for emacs-like binding, you should check out this config file in the 'script repository' (I didn't test myself) : http://modeemi.cs.tut.fi/~tuomov/repos/ion-scripts-3/keybindings/emacs-bindings.lua The only other way is to edit yourself the cfg_bindings.lua file (you'll have to copy it from your install directory in your ~/.ion3/) then edit it yourself. To do a "prefix" key, just look in this file for "submap" and see how it's done. You should not / cannot mess with the whole file since it is separated in sections you should respect (those sections tells ion what will recieve those keystrokes : screen, workspace, and so on...) That's not "easy" but that's not difficult either, and keep in mind that once you've done it, it's been done once and for all, so you will never bother with that again. Hope I've been useful, -- Sylvain Abelard, Epita promo 2008
