fish_user_key_bindings.fish 121 B

1234
  1. function fish_user_key_bindings --description 'My custom key bindings'
  2. bind \eg git_status_short
  3. bind \ed git_diff
  4. end