Fixed comment. Shortcuts ARE enabled by default.

This commit is contained in:
Nathan Broadbent
2012-03-10 17:11:25 +08:00
parent 56a5e21e4e
commit 1d65509bbd

View File

@@ -76,7 +76,7 @@ git_show_alias="gsh"
# Git Keyboard Shortcuts
# ----------------------------------------------
# Keyboard shortcuts are off by default. Set this to 'true' to enable them.
# Keyboard shortcuts are on by default. Set this to 'false' to disable them.
git_keyboard_shortcuts_enabled="true"
git_commit_all_keys="\C-x " # CTRL+x, SPACE
git_add_and_commit_keys="\C-xc" # CTRL+x, c