chore(keymaps): add toggle options (#204)

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham
2024-08-25 00:16:25 -04:00
committed by GitHub
parent 46ec0a50a7
commit 305d972849
6 changed files with 47 additions and 7 deletions

View File

@@ -329,7 +329,7 @@ local function register_cursor_move_events(bufnr)
end
local hint = string.format(
" [Press <%s> for OURS, <%s> for THEIRS, <%s> for BOTH, <%s> for PREV, <%s> for NEXT] ",
"[<%s> for OURS, <%s> for THEIRS, <%s> for BOTH, <%s> for PREV, <%s> for NEXT]",
Config.diff.mappings.ours,
Config.diff.mappings.theirs,
Config.diff.mappings.both,