summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-11-02 21:16:00 +1100
committerJesse Duffield <jessedduffield@gmail.com>2021-11-05 07:58:21 +1100
commitccd80a0e4b87af6d9ada5895c2135736665a9387 (patch)
tree7ffa5b68d1ad7ee7dbc1fd62ee1227c666a8423c /docs
parent37be9dbea18f52a544a1dd134657c02c1ee61aef (diff)
add menu options for log stuff
Diffstat (limited to 'docs')
-rw-r--r--docs/Config.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Config.md b/docs/Config.md
index a43bd273f..5630516ac 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -62,7 +62,7 @@ git:
# extra args passed to `git merge`, e.g. --no-ff
args: ''
log:
- # one of date-order, reverse, author-date-order, topo-order.
+ # one of date-order, author-date-order, topo-order.
# topo-order makes it easier to read the git log graph, but commits may not
# appear chronologically. See https://git-scm.com/docs/git-log#_commit_ordering
order: 'topo-order'
@@ -201,6 +201,7 @@ keybinding:
checkoutCommit: '<space>'
resetCherryPick: '<c-R>'
copyCommitMessageToClipboard: '<c-y>'
+ openLogMenu: '<c-l>'
stash:
popStash: 'g'
commitFiles: