1- *nvim-tinygit.txt* For Neovim Last change: 2025 June 16
1+ *nvim-tinygit.txt* For Neovim Last change: 2025 July 27
22
33==============================================================================
44Table of Contents *nvim-tinygit-table-of-contents*
@@ -72,7 +72,7 @@ snacks.picker <http://github.com/folke/snacks.nvim> mini.pick
7272<https://github.com/ibhagwan/fzf-lua > - For interactive staging: telescope.nvim
7373<https://github.com/nvim-telescope/telescope.nvim > (PRs adding support for
7474other pickers are welcome.) - For GitHub-related commands: `curl` -
75- _Recommended_Treesitter parser for syntax highlighting: `TSInstall gitcommit`.
75+ _Recommended_Treesitter parser for syntax highlighting `TSInstall gitcommit`.
7676
7777>lua
7878 -- lazy.nvim
@@ -200,11 +200,11 @@ The `setup` call is optional.
200200
201201COMMANDS *nvim-tinygit-nvim-tinygit-commands*
202202
203- All commands are available via lua function or sub-command of `:Tinygit` , for
203+ All commands are available as lua function or as sub-command of `:Tinygit` , for
204204example `require (" tinygit" ).interactiveStaging ()` and `:Tinygit
205- interactiveStaging`. However, do note that the lua function is preferable,
206- since the `:Tinygit` does not accept command-specific options and does not
207- trigger visual-mode specific changes to the commands .
205+ interactiveStaging`. Note that the lua function is preferable, since `:Tinygit`
206+ does not accept command-specific options and does not trigger visual-mode
207+ specific changes.
208208
209209
210210INTERACTIVE STAGING ~
@@ -213,7 +213,7 @@ INTERACTIVE STAGING ~
213213 pickers welcome.)
214214- This command stages hunks, that is, _parts_ of a file instead of the full
215215 file. It is roughly comparable to `git add -p`.
216- - Use `<Space> ` to (un)stage the hunk, `<CR> ` to go to the hunk, or `<C- r ` to
216+ - Use `<Space> ` to (un)stage the hunk, `<CR> ` to go to the hunk, or `<C-r> ` to
217217 reset the hunk (mappings customizable). Your regular `telescope` mappings also
218218 apply.
219219- The size of the hunks is determined by the setting `staging.contextSize` .
0 commit comments