From 1184990e16134686663efce6362578c60072071a Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 3 Mar 2019 23:26:55 +1100 Subject: [PATCH] move updated keybindings file --- docs/Keybindings.md | 85 --------------------- Keybindings_en.md => docs/Keybindings_en.md | 0 2 files changed, 85 deletions(-) delete mode 100644 docs/Keybindings.md rename Keybindings_en.md => docs/Keybindings_en.md (100%) diff --git a/docs/Keybindings.md b/docs/Keybindings.md deleted file mode 100644 index 2f10a297c..000000000 --- a/docs/Keybindings.md +++ /dev/null @@ -1,85 +0,0 @@ -# Keybindings: - -## Global: - -
-  /hjkl:               navigate
-  PgUp/PgDn or ctrl+u/ctrl+d:   scroll diff panel
-                                     (for PgUp and PgDn, use fn+up/fn+down on osx)
-  q:                                quit
-  p:                                pull
-  shift+P:                         push
-
- -## Status Panel: - -
-  e:        edit config file
-  o:        open config file
-
- -## Files Panel: - -
-  space:    toggle staged
-  a:        stage/unstage all
-  c:        commit changes
-  shift+C: commit using git editor
-  shift+S: stash files
-  t:        add patched (i.e. pick chunks of a file to add)
-  o:        open
-  e:        edit
-  s:        open in sublime (requires 'subl' command)
-  v:        open in vscode (requires 'code' command)
-  i:        add to .gitignore
-  d:        delete if untracked checkout if tracked (aka go away)
-  shift+R: refresh files
-  shift+A: abort merge
-
- -## Branches Panel: - -
-  space:   checkout branch
-  f:       force checkout branch
-  m:       merge into currently checked out branch
-  c:       checkout by name
-  n:       new branch
-  d:       delete branch
-  D:       force delete branch
-
- -## Commits Panel: - -
-  s:       squash down (only available for topmost commit)
-  r:       rename commit
-  shift+R: rename commit using git editor
-  g:       reset to this commit
-
- -## Stash Panel: - -
-  space:   apply
-  g:       pop
-  d:       drop
-
- -## Popup Panel: - -
-  esc:     close/cancel
-  enter:   confirm
-  tab:     enter newline (if editing)
-
- -## Resolving Merge Conflicts (Diff Panel): - -
-  /hl: navigate conflicts
-  /kj: select hunk
-  space:      pick hunk
-  b:         pick both hunks
-  z:         undo (only available while still inside diff panel)
-
diff --git a/Keybindings_en.md b/docs/Keybindings_en.md similarity index 100% rename from Keybindings_en.md rename to docs/Keybindings_en.md