Bläddra i källkod

Add one keybind

master
10sr 7 år sedan
förälder
incheckning
f5bf7cdb04
Signerad av: 10sr GPG-nyckel ID: 7BEC428194130EB2
1 ändrade filer med 3 tillägg och 1 borttagningar
  1. +3
    -1
      emacs.el

+ 3
- 1
emacs.el Visa fil

@@ -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))




Laddar…
Avbryt
Spara