From b90a8b9c8bde586004bb604460354215ac9188c7 Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Fri, 2 Mar 2012 11:48:18 +0800 Subject: [PATCH] Updated README --- README.markdown | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.markdown b/README.markdown index 54e716e..708e28c 100644 --- a/README.markdown +++ b/README.markdown @@ -82,16 +82,14 @@ $ ge echo 1-3 ``` -## Keyboard bindings (disabled by default) +## Keyboard bindings -My most common git commands are `git status`, `git add` and `git commit`, so I wanted these +Some of my most common git commands are `git add` and `git commit`, so I wanted these to be as streamlined as possible. One way of speeding up commonly used commands is by binding them to keyboard shortcuts. -Keyboard shortcuts are turned off by default, -but here are the default key bindings if you enable them: +Here are the default key bindings: -* `CTRL`+`SPACE` => `git_status_shortcuts` - show git status with file shortcuts * `CTRL`+`x` `c` => `git_add_and_commit` - add given files (if any), then commit staged changes * `CTRL`+`x` `SPACE` => `git_commit_all` - commit everything