Browse Source

Add one keybind

master
10sr 6 years ago
parent
commit
f5bf7cdb04
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      emacs.el

+ 3
- 1
emacs.el View File

@@ -1,6 +1,6 @@
;;; emacs.el --- 10sr emacs initialization ;;; emacs.el --- 10sr emacs initialization


;; Time-stamp: <2018-10-17 15:32:23 JST 10sr>
;; Time-stamp: <2018-10-17 15:38:50 JST 10sr>


;;; Code: ;;; Code:


@@ -2824,6 +2824,8 @@ If current path was not found in the parent revision try to go up path."
(define-key map "P" 'git-walktree-parent-revision) (define-key map "P" 'git-walktree-parent-revision)
(define-key map "N" 'git-walktree-known-child-revision) (define-key map "N" 'git-walktree-known-child-revision)
(define-key map "^" 'git-walktree-up) (define-key map "^" 'git-walktree-up)
;; TODO: implement
(define-key map (kbd "DEL") 'git-walktree-back)
(define-key map (kbd "C-m") 'git-walktree-mode-open-this) (define-key map (kbd "C-m") 'git-walktree-mode-open-this)
map)) map))




Loading…
Cancel
Save