Fixed comment. Shortcuts ARE enabled by default.
This commit is contained in:
@@ -76,7 +76,7 @@ git_show_alias="gsh"
|
|||||||
|
|
||||||
# Git Keyboard Shortcuts
|
# 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_keyboard_shortcuts_enabled="true"
|
||||||
git_commit_all_keys="\C-x " # CTRL+x, SPACE
|
git_commit_all_keys="\C-x " # CTRL+x, SPACE
|
||||||
git_add_and_commit_keys="\C-xc" # CTRL+x, c
|
git_add_and_commit_keys="\C-xc" # CTRL+x, c
|
||||||
|
|||||||
Reference in New Issue
Block a user