From 1d65509bbdc094501ba1af8aa565ca025333f70c Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Sat, 10 Mar 2012 17:11:25 +0800 Subject: [PATCH] Fixed comment. Shortcuts ARE enabled by default. --- git.scmbrc.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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