瀏覽代碼

Adjust git key bindings

\et may be useful sometimes (transpose two words).

\eg is more natural for prepending `git`.

\en is available for git status. As a reminder for N : "What's New ?".
DricomDragon 4 年之前
父節點
當前提交
38549b2679
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Install/Templates/config/fish/functions/fish_user_key_bindings.fish

+ 2 - 2
Install/Templates/config/fish/functions/fish_user_key_bindings.fish

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