Add git config and several pkgs
I've added the config to symlink my dotfiles .git like I used to do with stow.
This commit is contained in:
15
lazygit/.config/lazygit/config.yml
Normal file
15
lazygit/.config/lazygit/config.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
customCommands:
|
||||
# - key: "m"
|
||||
# description: "Merge (no‑ff, no‑commit)"
|
||||
# command: "git merge --no-ff --no-commit {{.SelectedBranch}}"
|
||||
# context: "localBranches"
|
||||
# output: terminal
|
||||
- key: "m"
|
||||
description: "Merge (no‑ff, no‑commit)"
|
||||
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
|
||||
Reference in New Issue
Block a user