mirror of https://codeberg.org/anemofilia/zero
home-enviroments: radio: Add further configuration for fish-fzf
parent
b489fb6913
commit
1388329a0a
|
@ -376,6 +376,7 @@
|
||||||
("__done_notification_command"
|
("__done_notification_command"
|
||||||
. "notify-send '$title' '$message'")
|
. "notify-send '$title' '$message'")
|
||||||
("FZF_DEFAULT_OPTS" . ("--filepath-word"
|
("FZF_DEFAULT_OPTS" . ("--filepath-word"
|
||||||
|
"--height=~40%"
|
||||||
"--layout=reverse"
|
"--layout=reverse"
|
||||||
"--scheme=path"
|
"--scheme=path"
|
||||||
"--scroll-off=2"))
|
"--scroll-off=2"))
|
||||||
|
@ -387,6 +388,16 @@
|
||||||
"--follow"
|
"--follow"
|
||||||
"--base-directory=$HOME"
|
"--base-directory=$HOME"
|
||||||
"--type=directory"))))
|
"--type=directory"))))
|
||||||
|
(config
|
||||||
|
(list (plain-file "fish-fzf.fish"
|
||||||
|
(string-join
|
||||||
|
(list "fzf_configure_bindings"
|
||||||
|
"--directory=@@"
|
||||||
|
"--git_log=@l"
|
||||||
|
"--git_status=@s"
|
||||||
|
"--history=@h"
|
||||||
|
"--processes="
|
||||||
|
"--variables=")))))
|
||||||
(aliases
|
(aliases
|
||||||
`(#|Common aliases|#
|
`(#|Common aliases|#
|
||||||
("df" . "df -h")
|
("df" . "df -h")
|
||||||
|
|
Loading…
Reference in New Issue