소스 검색

Remove git diff shortcut

Native shortcut with Alt+d is more useful (delete word from cursor to
right).
DricomDragon 4 년 전
부모
커밋
31577e8d5a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      Install/Templates/config/fish/functions/fish_user_key_bindings.fish

+ 0 - 1
Install/Templates/config/fish/functions/fish_user_key_bindings.fish

@@ -1,5 +1,4 @@
 function fish_user_key_bindings --description 'My custom key bindings'
 	bind \en git_status_short
-	bind \ed git_diff
 	bind \eg git_write_keyword
 end