Skip to content

announce the connect: [[the use of gitvim]] [[the delete in nvim]] [[the basic command]] [[the copy and paste in nvim]] [[my shortcut with leader]] [[the operation concerning tabs]] [[the file operations based on the oil.nvim]]

this note i want to describe the whole process

Set up LazyGit tool

sudo dnf copr enable atim/lazygit -y sudo dnf install lazygit

the mainly git shortcut

  • open Lazy git leader g g: open the whole operation manul
  • the git state: leader g s show the list of modified files
  • the history: leader g f

how to use LazyGit manual

Press leader gg to open the manual, below are shortcuts

  • navigation: use h l to move between the manual
  • temporarily save the file: hit space when pick the file
  • commit: press c and insert the message, then enter
  • Push: P
  • Pull: p
  • quit: q