Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions conf.d/fifc.fish
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ if status is-interactive
set -qU fifc_custom_fzf_opts
or set -U fifc_custom_fzf_opts

for mode in default insert
bind --mode $mode $fifc_keybinding _fifc
function _fifc_fish_key_bindings --on-variable fish_key_bindings
for mode in default insert
bind --mode $mode $fifc_keybinding _fifc
end
end

# Set sources rules
Expand Down Expand Up @@ -67,4 +69,5 @@ end

# Fisher
function _fifc_uninstall --on-event fifc_uninstall
function --earse _fifc_fish_key_bindings; end
end
Loading