diff --git a/doc/DOCUMENTATION.md b/doc/DOCUMENTATION.md index a38d32876..d706dc106 100644 --- a/doc/DOCUMENTATION.md +++ b/doc/DOCUMENTATION.md @@ -1060,6 +1060,7 @@ Key Binding | Description ------------------------------------------|---------------------------------------------------------------- SPC f d | delete a file and the associated buffer (ask for confirmation) SPC f f | open a file using `ido` +SPC f j | jump to the current buffer file in dired SPC f o | open a file using the default external program SPC f s | save a file SPC f S | save all files diff --git a/spacemacs/keybindings.el b/spacemacs/keybindings.el index ee15b0edd..bbbf81901 100644 --- a/spacemacs/keybindings.el +++ b/spacemacs/keybindings.el @@ -84,6 +84,7 @@ "fec" 'find-contrib-file "fed" 'find-dotfile "fev" 'spacemacs/display-and-copy-version + "fj" 'dired-jump "fo" 'spacemacs/open-in-external-app "fS" 'evil-write-all "fs" 'evil-write