From 0fef12648f609daa418a689c6f36265f9fd551a7 Mon Sep 17 00:00:00 2001 From: Alexander Gabriel Date: Mon, 13 Jun 2022 15:48:59 +0200 Subject: [PATCH] updating and correcting the gitsigns cheatsheet --- cheatsheets/plugins/cheatsheet-gitsigns.nvim.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/cheatsheets/plugins/cheatsheet-gitsigns.nvim.txt b/cheatsheets/plugins/cheatsheet-gitsigns.nvim.txt index d8bb6a0..c0f73d3 100644 --- a/cheatsheets/plugins/cheatsheet-gitsigns.nvim.txt +++ b/cheatsheets/plugins/cheatsheet-gitsigns.nvim.txt @@ -1,11 +1,15 @@ ## gitsigns @git Stage hunk | hs Undo stage hunk | hu -Stage hunk | hs Reset hunk | hr Preview hunk | hp +Stage buffer | hS Reset buffer | hR Blame current line | hb +Toggle blame current line | tb +Diff this | hd +Diff home | hD Next hunk | ]c -Previous hunk | ]c +Previous hunk | [c +Toggle show deleted | td Hunk text object | ih