Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Emacs now has an official Android port (lists.gnu.org)
4 points by textread on March 29, 2023 | hide | past | favorite | 1 comment


There seems to be some clueless discussion about cursor-keys and such.

This is how you make termux-emacs totally touch screen friendly:

    (xterm-mouse-mode 1)
    (global-set-key (kbd "<mouse-5>") 'scroll-up-command)
    (global-set-key (kbd "<mouse-4>") 'scroll-down-command)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: