|
1 | | -<!-- LTeX: enabled=false --> |
2 | 1 | # nvim-tinygit |
3 | | -<!-- LTeX: enabled=true --> |
4 | 2 | <a href="https://dotfyle.com/plugins/chrisgrieser/nvim-tinygit"> |
5 | 3 | <img alt="badge" src="https://dotfyle.com/plugins/chrisgrieser/nvim-tinygit/shield?style=flat"/></a> |
6 | 4 |
|
@@ -212,9 +210,9 @@ require("tinygit").setup { |
212 | 210 | ``` |
213 | 211 |
|
214 | 212 | ## Commands |
215 | | -All commands are available as lua function or as sub-command of `:Tinygit`, |
| 213 | +All commands are available as Lua function or as sub-command of `:Tinygit`, |
216 | 214 | for example `require("tinygit").interactiveStaging()` and `:Tinygit |
217 | | -interactiveStaging`. Note that the lua function is preferable, |
| 215 | +interactiveStaging`. Note that the Lua function is preferable, |
218 | 216 | since `:Tinygit` does not accept command-specific options and does not |
219 | 217 | trigger visual-mode specific changes. |
220 | 218 |
|
@@ -345,7 +343,7 @@ require("tinygit").openIssueUnderCursor() |
345 | 343 | Creates a permalink to the current file/lines at GitHub. The link is opened in |
346 | 344 | the browser and copied to the system clipboard. In normal mode, uses the current |
347 | 345 | file, in visual mode, uses the selected lines. (Note that visual mode detection |
348 | | -requires you to use the lua function below instead of the `:Tinygit` ex-command.) |
| 346 | +requires you to use the Lua function below instead of the `:Tinygit` ex-command.) |
349 | 347 | - `"file"`: link to the file (normal mode) or the selected lines (visual mode) |
350 | 348 | - `"blame"`: link to the blame view of the file |
351 | 349 | - `"repo"`: link to the repo root |
@@ -400,7 +398,7 @@ The type of history search depends on the mode `.fileHistory` is called from: |
400 | 398 | * Uses the selected lines as the line range. |
401 | 399 | * Caveat: for line history, git does not support to follow file renamings. |
402 | 400 |
|
403 | | -Note that visual mode detection requires you to use the lua function above |
| 401 | +Note that visual mode detection requires you to use the Lua function above |
404 | 402 | instead of the `:Tinygit` ex-command. |
405 | 403 |
|
406 | 404 | ### Stash |
|
0 commit comments