fish_user_key_bindings.fish 130 B

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