Add keybinding for ffap

This commit is contained in:
Jeremy Dormitzer 2020-05-22 18:10:25 -04:00
parent 08c88cbe9f
commit 1dc78c0b4a

View File

@ -904,6 +904,8 @@ In some modes I want vanilla Emacs bindings:
(leader-def-key "fd" 'dired)
(leader-def-key "fs" 'sudo-find-file)
(leader-def-key "ft" 'auto-revert-tail-mode)
(leader-def-key "fp" 'find-file-at-point)
(general-def '(normal motion visual) "gf" 'find-file-at-point)
#+END_SRC
** Window commands