File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ require("tinygit").fileHistory()
371371```
372372
373373The type of history search depends on the mode ` .fileHistory ` is called from:
374- - ** Normal mode** : search history for a string (` git log -G ` )
374+ - ** Normal mode** : search file history for a string (` git log -G ` )
375375 * Correctly follows file renamings, and displays past filenames in the
376376 commit selection.
377377 * The search input is case-insensitive and supports regex.
@@ -392,13 +392,6 @@ The type of history search depends on the mode `.fileHistory` is called from:
392392Note that visual mode detection requires you to use the lua function above
393393instead of the ` :Tinygit ` ex-command.
394394
395- ** Keymaps in the diff popup**
396- - ` <Tab> ` : show older commit
397- - ` <S-Tab> ` : show newer commit
398- - ` yh ` : yank the commit hash to the system clipboard
399- - ` R ` : restore file to state at commit
400- - ` n ` /` N ` : go to the next/previous occurrence of the query (only file history)
401-
402395### Stash
403396Simple wrappers around ` git stash push ` and ` git stash pop ` .
404397
You can’t perform that action at this time.
0 commit comments