If like me, you use ghcup tui, and constantly find yourself pressing "u" thinking it means "use" only to find it means "uninstall", you can change the keybindings by editing ~/.ghcup/config.yaml
key-bindings:
uninstall:
KChar: 'r'
set:
KChar: 'u'
