Add keybinding for ffap
This commit is contained in:
parent
08c88cbe9f
commit
1dc78c0b4a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user