fix(dired): typo in command name
`<leader> o p` is bound to `+dired/dirvish-side-and-follow`, but the command was previously called `+dired/dirvish-side-or-follow` instead.
This commit is contained in:
parent
a022e55c08
commit
4790db6448
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
(dired-git-info-mode 1)))
|
||||
|
||||
;;;###autoload
|
||||
(defun +dired/dirvish-side-or-follow (&optional arg)
|
||||
(defun +dired/dirvish-side-and-follow (&optional arg)
|
||||
"Open `dirvish-side' then find the currently focused file.
|
||||
|
||||
If dirvish is already open, remotely jump to the file in Dirvish.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue