Mark Chavez
eat. sleep. repeat. 👾 coding, ⌨️ keyboarding, 🚴🏼 cycling.
Lazy Things with LazyGit 03/20/2024

I am genuinely impressed by how lazygit works on top of lazyvim. It takes a while getting used to but the whole experience is just amazing and doesn’t feel very terminal-ish. Given I’ve been using the terminal way for the longest time and feel happy with it still.

I want to be efficient with lazygit — and to achieve this I’ll have to list all of the git commands I often use and learn the equivalent lazygit command/keymap for that.

Plain Git Commands I Often Use And Their Equivalent LazyGit Keymap

  • git add ([space])
  • git add --patch ([enter] on the file and manually select/unselect the lines)
  • git commit ([c])
  • git commit --amend ([A])
  • git push ([P])
  • git pull ([p])