Skip to content

Comment on How I Cured my RSI Painparent

Comments

Emacs: (for easy copy-paste into your .emacs)

  (global-unset-key [left])
  (global-unset-key [right])
  (global-unset-key [up])
  (global-unset-key [down])
  (global-unset-key [prior])
  (global-unset-key [next])
  (global-unset-key [home])
  (global-unset-key [end])
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.