summaryrefslogtreecommitdiff
path: root/nix/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'nix/init.el')
-rw-r--r--nix/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/nix/init.el b/nix/init.el
index 10d6046..e977c85 100644
--- a/nix/init.el
+++ b/nix/init.el
@@ -454,6 +454,9 @@
"g p" '(magit-pull :wk "Pull from git")
"g s" '(magit-status :wk "Change status of files")
"g i" '(magit-init :wk "init new git project")
+ "g r" '(magit-rebase :wk "Rebase branch")
+ "g m" '(magit-merge :wk "Merge branches")
+ "g b" '(magit-branch :wk "Git branch")
"o p" '(treemacs :wk "Project Drawer")
"o P" '(treemacs-projectile :wk "Import Projectile project to treemacs")