Browse Source

Add git-walktree keybind

master
10sr 5 years ago
parent
commit
568bc590b9
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el View File

@@ -1838,6 +1838,7 @@ and search from projectile root (if projectile is available)."

(define-key ctl-x-map (kbd "C-r") 'recently-show)
(define-key ctl-x-map "T" 'git-worktree)
(define-key ctl-x-map "W" 'git-walktree)

;;;;;;;;;;;;;;;;
;; flychcek-black


Loading…
Cancel
Save