From 51a8e6094b06e69f6da2804efabe3c74653456f5 Mon Sep 17 00:00:00 2001 From: utensil Date: Sun, 20 Oct 2024 22:23:38 +0800 Subject: [PATCH] Note down lazygit keys --- trees/uts-002F.tree | 3 +++ 1 file changed, 3 insertions(+) diff --git a/trees/uts-002F.tree b/trees/uts-002F.tree index 0e1252d..4df1bd2 100644 --- a/trees/uts-002F.tree +++ b/trees/uts-002F.tree @@ -92,6 +92,9 @@ Here are some useful keys that I like using in NeoVim, with [my LunarVim configu - terminal - `ctrl+backslash` to pop out a terminal without vim motions - `:term` to open a terminal with vim motions +- git + - install and use `lazygit` + - `+gg` to open lazygit, space to stage, `c` to commit, `P` to push, `q` to quit Recalled by [VSCode Vim ROADMAP](https://github.com/VSCodeVim/Vim/blob/HEAD/ROADMAP.md).