summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-08-09 23:26:31 +1000
committerJesse Duffield <jessedduffield@gmail.com>2018-08-09 23:26:31 +1000
commitbcad80250a8a53574e86df4b708d8acdb828d6d3 (patch)
tree4a9f194b79322a70bc28c62ec6af03c1157d80e7 /docs
parent44eaccfd1490db54a419b9a367d10e05f94927e1 (diff)
add basic vim keybindings
add keybinding for the tab key to begin a newline when writing a commit message it would have been shift+enter but currently that is not supported by gocui
Diffstat (limited to 'docs')
-rw-r--r--docs/Keybindings.md22
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/Keybindings.md b/docs/Keybindings.md
index e15bce3b9..cefafeba5 100644
--- a/docs/Keybindings.md
+++ b/docs/Keybindings.md
@@ -2,11 +2,11 @@
## Global:
- ← → ↑ ↓: navigate
- PgUp/PgDn: scroll diff panel (use fn+up/down on osx)
- q: quit
- p: pull
- shift+P: push
+ ← → ↑ ↓/h j k l: navigate
+ PgUp/PgDn: scroll diff panel (use fn+up/down on osx)
+ q: quit
+ p: pull
+ shift+P: push
## Files Panel:
@@ -39,7 +39,7 @@
## Stash Panel:
space: apply
- k: pop
+ g: pop
d: drop
## Popup Panel:
@@ -49,8 +49,8 @@
## Resolving Merge Conflicts (Diff Panel):
- ← →: navigate conflicts
- ↑ ↓: select hunk
- space: pick hunk
- b: pick both hunks
- z: undo (only available while still inside diff panel)
+ ← →/h l: navigate conflicts
+ ↑ ↓/ k j: select hunk
+ space: pick hunk
+ b: pick both hunks
+ z: undo (only available while still inside diff panel)