Skip to content

Commit a72376b

Browse files
committed
docs: document github url behavior on visual mode
1 parent 7a3e070 commit a72376b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ Creates a permalink to the current file/lines at GitHub. The link is opened in
328328
the browser and copied to the system clipboard. In normal mode, uses the current
329329
file, in visual mode, uses the selected lines. (Note that visual mode detection
330330
requires you to use the lua function below instead of the `:Tinygit` ex-command.)
331-
- `"file"`: link to the file
331+
- `"file"`: link to the file (normal mode) or the selected lines (visual mode)
332332
- `"blame"`: link to the blame view of the file
333333
- `"repo"`: link to the repo root
334334

0 commit comments

Comments
 (0)