term/eshell: alias ff = find-file-other-window
The old alias was redundant with "f"
This commit is contained in:
parent
6a23c6142b
commit
2d2246d7ca
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ buffer.")
|
||||||
(defvar +eshell-aliases
|
(defvar +eshell-aliases
|
||||||
'(("q" "exit") ; built-in
|
'(("q" "exit") ; built-in
|
||||||
("f" "find-file $1")
|
("f" "find-file $1")
|
||||||
("ff" "find-file $1")
|
("ff" "find-file-other-window $1")
|
||||||
("d" "dired $1")
|
("d" "dired $1")
|
||||||
("bd" "eshell-up $1")
|
("bd" "eshell-up $1")
|
||||||
("rg" "rg --color=always $*")
|
("rg" "rg --color=always $*")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue