Files
dotfiles/lazygit/.config/lazygit/config.yml
J. Fernando Sánchez 6cc37ee562 Add git config and several pkgs
I've added the config to symlink my dotfiles .git like I used to do with
stow.
2026-02-05 10:44:47 +01:00

16 lines
486 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

customCommands:
# - key: "m"
# description: "Merge (noff, nocommit)"
# command: "git merge --no-ff --no-commit {{.SelectedBranch}}"
# context: "localBranches"
# output: terminal
- key: "m"
description: "Merge (noff, nocommit)"
command: "git merge --no-ff --no-commit {{.SelectedLocalBranch.Name}}"
context: "localBranches"
output: terminal
#keybindings:
# branches:
# merge: "m" # make the UI “Merge” use our custom command