=============
Shortcut Keys
=============

Main Interface
==============
* :command:`h` -- Stage/unstage hunk at text cursor position
* :command:`s` -- Stage/unstage selection
* :command:`ctrl-b` -- Create branch
* :command:`alt-b` -- Checkout branch
* :command:`ctrl-d` -- Diffstat the most recent commit
* :command:`ctrl-e` -- Export patches
* :command:`ctrl-p` -- Cherry-pick
* :command:`ctrl-r` -- Rescan/refresh repository status
* :command:`alt-a` -- Stage all modified files
* :command:`alt-u` -- Stage all untracked files
* :command:`alt-t` -- Stage selected files
* :command:`shift-alt-s` -- Stash dialog


Cola Classic
============
* :command:`h` -- Move to parent/collapse
* :command:`j` -- Move down
* :command:`k` -- Move up
* :command:`l` -- Expand directory
* :command:`ctrl-e` -- Launch Editor
* :command:`ctrl-s` -- Stage Selected
* :command:`ctrl-u` -- Unstage Selected
* :command:`shift-ctrl-h` -- View History
* :command:`ctrl-d` -- View Diff (`git difftool <path>`)
* :command:`shift-ctrl-d` -- Diff Against Predecessor
* :command:`ctrl-z` -- Revert uncommitted changes (`git checkout HEAD <path>...`)
