On Thu, 11 Jun 2015 14:37:29 +0200 Stephan Beal <sgb...@googlemail.com> wrote:
> management summary/TL;DR: what (non-emacs) programming editor do you > *nix users use for hacking on fossil? > > Details... > > as of tomorrow it will be 6 months since my medical leave started for > an inflamed elbow nerve (caused by too much typing), and i will > finally be returning to work and FOSS (in a reduced capacity at > first) as of June 22nd :). (That Fossil starts with FOSS is purely > coincidental... never noticed until now.) [...] It's good to hear you've recovered from this! As to the question as stated, Vim can do all that you've enumerated. The downside (for a EMACS aficionado) is that it's modal, the upside is that you only ever touch CTRL when in "edit" mode (for usual stuff like C-w removing the word to the left of the cursor), and you're not required to do that -- that is, you can always escape back to the "normal" ("command" mode and perform all the same actions there). Of course, all keys can be remapped (in all modes). And macros can be made to make use of a dedicated "prefix" key, which activates them. Another downside is a steep learning curve. _______________________________________________ fossil-dev mailing list fossil-dev@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev