diff --git a/git.scmbrc.example b/git.scmbrc.example index 39962b6..b73d932 100644 --- a/git.scmbrc.example +++ b/git.scmbrc.example @@ -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