Here's a screenshot of my fish config: https://twitter.com/mxschumacher/status/1168993005744918528
A quick lookup suggests fish handles some of these differently than bash (apparently fish clears the buffer with this shortcut, so your scroll back is gone?).
There are a quite a few of these for anyone interested: https://kapeli.com/cheat_sheets/Bash_Shortcuts.docset/Conten...
alias ls "exa" alias ll "exa -ll"
ls -d | xargs ls
Here's a screenshot of my fish config: https://twitter.com/mxschumacher/status/1168993005744918528