fish_user_key_bindings.fish 149 B

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