~edwargix/emacs.d

8e4cd14772462663319ed8c9119816a028c165d2 — David Florness 6 years ago 3e3e90f
C-x d open current directory in dired
1 files changed, 3 insertions(+), 0 deletions(-)

M init.el
M init.el => init.el +3 -0
@@ 40,6 40,9 @@
(dolist (m '(motion normal))
  (evil-global-set-key m (kbd "C-w u") #'winner-undo))

(dolist (m '(motion normal insert))
  (evil-global-set-key m (kbd "C-x d") (lambda () (interactive) (dired "."))))


;;; Allow easily switching windows with Shift-{left,right,up,down}
(windmove-default-keybindings)