11 lines
259 B
Fish
11 lines
259 B
Fish
function fish_user_key_bindings
|
|
bind \cb battery
|
|
bind \cq fkill
|
|
|
|
# Bindings for fzf
|
|
if test -f (brew --prefix)/opt/fzf/shell/key-bindings.fish
|
|
source (brew --prefix)/opt/fzf/shell/key-bindings.fish
|
|
fzf_key_bindings
|
|
end
|
|
end
|