Navigation Menu

Skip to content

Commit

Permalink
,x = find-name-dired
Browse files Browse the repository at this point in the history
  • Loading branch information
winfred-lu committed Apr 18, 2014
1 parent 7fe22be commit 1b8cd9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wf/wf-evil.el
Expand Up @@ -79,6 +79,7 @@
(define-prefix-command 'wf-evil-comma-map)
(define-key wf-evil-comma-map "," 'evil-repeat-find-char-reverse)
(define-key wf-evil-comma-map "b" 'ido-switch-buffer)
(define-key wf-evil-comma-map "ca" 'calendar)
(define-key wf-evil-comma-map "ci" 'evilnc-comment-or-uncomment-lines)
(define-key wf-evil-comma-map "cc" 'evilnc-comment-or-uncomment-to-the-line)
(define-key wf-evil-comma-map "cl" 'calc)
Expand All @@ -99,6 +100,7 @@
(define-key wf-evil-comma-map "t" 'visit-tags-table)
(define-key wf-evil-comma-map "v" 'evil-buffer)
(define-key wf-evil-comma-map "w" 'ace-jump-word-mode)
(define-key wf-evil-comma-map "x" 'find-name-dired)
(define-key wf-evil-comma-map "y" 'python-shell)
(define-key evil-normal-state-map "," 'wf-evil-comma-map)
(define-key evil-motion-state-map "," 'wf-evil-comma-map)
Expand Down

0 comments on commit 1b8cd9f

Please sign in to comment.