瀏覽代碼

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