diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-01 15:13:12 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-01 15:13:12 -0800 |
| commit | 75439737613d86975856c4bff0a1257f58fd1b1f (patch) | |
| tree | 713d4a9878dedb20729c0ac19aee84c27d312f8a /config | |
| parent | c46325d82f3a325021811f1be844ba24b0ee5688 (diff) | |
Add new emacs keybindings
Diffstat (limited to 'config')
| -rw-r--r-- | config/emacs.org | 3 | ||||
| -rw-r--r-- | config/nix.org | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/config/emacs.org b/config/emacs.org index d17f1f8..7b3f2d4 100644 --- a/config/emacs.org +++ b/config/emacs.org @@ -562,6 +562,9 @@ emacs keybindings. "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") diff --git a/config/nix.org b/config/nix.org index 4aff74c..ca4bec7 100644 --- a/config/nix.org +++ b/config/nix.org @@ -2706,7 +2706,6 @@ I have many imports that we'll go through next. ./user.nix ./gtk.nix ./secrets.nix - ./pantalaimon.nix ]; options = { |
