Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add lazygit shortcuts #13

Merged
merged 2 commits into from
Mar 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions shortcuts.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,14 @@ Here are some useful macOS shortcuts to help you work more efficiently.

- **cs"'**: Change " to '
- **ds"**: Remove " around selection

### Lazygit
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### Lazygit
## Lazygit

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lazygit is often used alongside vim and very similar shortcuts for navigation. That's why it is marked as an h3.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, fair enough


- **p**: Pull from repository
- **P**: Push to repository
- **a**: Stage 'all' files in the working directory
- **c**: Commit with message
- **?**: Show help popup
- **^ + r**: Jump to recent repository
- **+**: Next screen mode
- **Tab**: Focus next window
Loading