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 sshow 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
hlto move between the manual - temporarily save the file: hit
spacewhen pick the file - commit: press
cand insert the message, then enter - Push:
P - Pull:
p - quit:
q