diff --git a/docs/keybindings/Keybindings_en.md b/docs/keybindings/Keybindings_en.md index e9c6faf59..ed7675796 100644 --- a/docs/keybindings/Keybindings_en.md +++ b/docs/keybindings/Keybindings_en.md @@ -7,7 +7,10 @@ ctrl+p: view custom patch options P: push p: pull - R: refresh + R: refres + +: next screen mode (normal/half/fullscreen) + _: prev screen mode + :: execute custom command ## Status @@ -16,7 +19,7 @@ e: edit config file o: open config file u: check for update - s: switch to a recent repo + enter: switch to a recent repo ## Files @@ -32,9 +35,9 @@ o: open file i: add to .gitignore r: refresh files - S: stash files + s: stash canges + S: view stash options a: stage/unstage all - t: add patch D: view reset options enter: stage individual hunks/lines f: fetch @@ -52,7 +55,9 @@ d: delete branch r: rebase branch M: merge into currently checked out branch + i: show git-flow options f: fast-forward this branch from its upstream + g: view reset options ## Commits @@ -77,6 +82,8 @@ v: paste commits (cherry-pick) enter: view commit's files space: select commit to diff with another commit + i: select commit to diff with another commit + T: tag commit ## Stash @@ -94,6 +101,8 @@ c: checkout file d: discard this commit's changes to this file o: open file + space: toggle file included in patch + enter: enter file to add selected lines to the patch ## Main (Normal) @@ -107,12 +116,22 @@
esc: return to files panel + space: stage selection + d: reset selection + tab: switch to other panel ▲: select previous line ▼: select next line ◄: select previous hunk ►: select next hunk space: stage line - a: stage hunk + e: edit file + o: open file + v: toggle drag select + V: toggle drag select + a: toggle select hunk + c: commit chages + W: commit changes without pre-commit hook + C: commit changes using git editor## Main (Merging)