On Wed Nov15'23 09:58:23AM, Community Support for Fedora Users wrote: > From: Ranjan Maitra via users <users@lists.fedoraproject.org> > Date: Wed, 15 Nov 2023 09:58:23 -0600 > To: Community support for Fedora users <users@lists.fedoraproject.org> > Cc: Ranjan Maitra <mlmai...@gmx.com> > Reply-To: Community support for Fedora users <users@lists.fedoraproject.org> > Subject: Re: emacs is hopeless > > On Wed Nov15'23 11:21:51AM, George N. White III wrote: > > From: "George N. White III" <gnw...@gmail.com> > > Date: Wed, 15 Nov 2023 11:21:51 -0400 > > To: Community support for Fedora users <users@lists.fedoraproject.org> > > Reply-To: Community support for Fedora users <users@lists.fedoraproject.org> > > Subject: Re: emacs is hopeless > > > > On Tue, Nov 14, 2023 at 6:12 PM Ranjan Maitra via users < > > users@lists.fedoraproject.org> wrote: > > > > > [...] > > > > > Still sad about having to give up on emacs, but, oh, well! ESS is not > > > really that well-supported (on Fedora, at least anymore). > > > > > > > There has been very little activity in the ESS site. Unless someone steps > > forward to maintain > > it on new linux it may slowly die as people upgrade their systems. > > > > Right, there is still some activity on the github site (five months > ago), but the RPM no longer builds on Fedora (I tried it a couple of > days ago with the updated github versio). > > I have pretty much given up on emacs now and am working to get nvim to a > (for me) saner state. It is quite amazing how quickly we adapt to new > environments, though falling back to old ways of doing things, out of > unthinking old habit, is why readline is important. > > My next stop: try to undo something without exiting insert mode. (Ctrl-/ > in emacs).
I figured this out looking at the remapping for Ctrl-x-Ctrl-s. I came up with: inoremap <C-/> <C-\><C-o>:u<cr> For good measure, I even mapped out how to get out of the insert mode directly, without having to launch a few missiles too: inoremap <C-x><C-q> <C-\><C-o>:q<cr> These seem to work. Let us see what else I come up with. Best wishes, Ranjan > > Best wishes, > Ranjan > > > > > > -- > > George N. White III > > > _______________________________________________ > > users mailing list -- users@lists.fedoraproject.org > > To unsubscribe send an email to users-le...@lists.fedoraproject.org > > Fedora Code of Conduct: > > https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > > List Archives: > > https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org > > Do not reply to spam, report it: > > https://pagure.io/fedora-infrastructure/new_issue > _______________________________________________ > users mailing list -- users@lists.fedoraproject.org > To unsubscribe send an email to users-le...@lists.fedoraproject.org > Fedora Code of Conduct: > https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org > Do not reply to spam, report it: > https://pagure.io/fedora-infrastructure/new_issue _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue